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 | 銜溘c | 111001111111000010011111111000111000001010000011 | e7f09fe38283 |
EUC-JP | 銜溘c | 111011101111001011011110111001011010001111100011 | eef2dee5a3e3 |
UTF-8 | 銜溘c | 111010011000101010011100111001101011101010011000111011111011110110000011 | e98a9ce6ba98efbd83 |
UHC | 銜?c | 1111100111100111001111111010001111100011 | f9e73fa3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)