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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襃衰侃 | 111001011110111110010000100010101000101010100100 | e5ef908a8aa4 |
EUC-JP | 襃衰侃 | 111010101111000110111111111010101011010010100110 | eaf1bfeab4a6 |
UTF-8 | 襃衰侃 | 111010001010010110000011111010001010000110110000111001001011111010000011 | e8a583e8a1b0e4be83 |
UHC | ?衰侃 | 0011111111100001111100011100101011001001 | 3fe1f1cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)