To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??肉?Ⅹ | 111000101010001100111111001111111001001111110111001111111000011101011101 | e2a33f3f93f73f875d |
EUC-JP | 筌??肉?? | 1110010010100101001111110011111111000110111110010011111100111111 | e4a53f3fc6f93f3f |
UTF-8 | 筌뗭궏肉썸Ⅹ | 111001111010110110001100111010111001011110101101111010101011011010001111111010001000001010001001111011001000110110111000111000101000010110101001 | e7ad8ceb97adeab68fe88289ec8db8e285a9 |
UHC | 筌뗭궏肉썸Ⅹ | 111011111010011110001011111011001000001010100101111010111011111110111101111001101010010110111001 | efa78bec82a5ebbfbde6a5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)