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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耳?鼈梯? | 1000111010101000001111111110101010001000100100101111001000111111 | 8ea83fea8892f23f |
EUC-JP | 耳?鼈梯? | 1011110010101010001111111111001111101000110001001111010000111111 | bcaa3ff3e8c4f43f |
UTF-8 | 耳쟀鼈梯렡 | 111010001000000010110011111011001001111110000000111010011011110010001000111001101010001010101111111010111010000010100001 | e880b3ec9f80e9bc88e6a2afeba0a1 |
UHC | 耳쟀鼈梯렡 | 11101100101111001100000011101110110111001010111111110000101011001000111010110010 | ecbcc0eedcaff0ac8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)