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 | ?L}?L{^ | 00111111010011000111110100111111010011000111101101011110 | 3f4c7d3f4c7b5e |
SJIS-WIN | 菁L}菁L{^ | 111001001100010101001100011111011110010011000101010011000111101101011110 | e4c54c7de4c54c7b5e |
EUC-JP | 菁L}菁L{^ | 111010001100011101001100011111011110100011000111010011000111101101011110 | e8c74c7de8c74c7b5e |
UTF-8 | 菁L}菁L{^ | 1110100010001111100000010100110001111101111010001000111110000001010011000111101101011110 | e88f814c7de88f814c7b5e |
UHC | 菁L}菁L{^ | 111101001110101001001100011111011111010011101010010011000111101101011110 | f4ea4c7df4ea4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)