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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 鶯痔軸e^ | 11101001111100101000111010100100111100101010000110001110101100100110010101011110 | e9f28ea4f2a18eb2655e |
EUC-JP | 鶯痔?軸e^ | 111100101111010010111100101001100011111110111100101101000110010101011110 | f2f4bca63fbcb4655e |
UTF-8 | 鶯痔軸e^ | 1110100110110110101011111110011110010111100101001110111010000111100110001110100010111011101110000110010101011110 | e9b6afe79794ee8798e8bbb8655e |
UHC | 鶯痔?軸e^ | 111001011010001111110110110000000011111111110101111011100110010101011110 | e5a3f6c03ff5ee655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)