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 | `Le^ | 100011000110000010010001010011000110010101011110 | 8c60914c655e |
SJIS-WIN | ?`?Le^ | 001111110110000000111111010011000110010101011110 | 3f603f4c655e |
EUC-JP | ?`?Le^ | 001111110110000000111111010011000110010101011110 | 3f603f4c655e |
UTF-8 | `Le^ | 1100001010001100011000001100001010010001010011000110010101011110 | c28c60c2914c655e |
UHC | ?`?Le^ | 001111110110000000111111010011000110010101011110 | 3f603f4c655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)