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 | 躊疇鶻 | 111001110101001111100001011001011110101001010010 | e753e165ea52 |
EUC-JP | 躊疇鶻 | 111011011011010011100001110001101111001110110011 | edb4e1c6f3b3 |
UTF-8 | 躊疇鶻 | 111010001011101010001010111001111001011010000111111010011011011010111011 | e8ba8ae79687e9b6bb |
UHC | 躊疇? | 1111000111001100111100011100001000111111 | f1ccf1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)