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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 里滔里滔^ | 100101111010001010011111111010111001011110100010100111111110101101011110 | 97a29feb97a29feb5e |
EUC-JP | 里滔里滔^ | 110011101010010011011110111011011100111010100100110111101110110101011110 | cea4deedcea4deed5e |
UTF-8 | 里滔里滔^ | 11101001100001111000110011100110101110111001010011101001100001111000110011100110101110111001010001011110 | e9878ce6bb94e9878ce6bb945e |
UHC | 里滔里滔^ | 110101111110110011010100101001011101011111101100110101001010010101011110 | d7ecd4a5d7ecd4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)