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 | 膺?膺 | 1110010001011110001111111110010001011110 | e45e3fe45e |
EUC-JP | 膺?膺 | 1110011110111111001111111110011110111111 | e7bf3fe7bf |
UTF-8 | 膺릈膺 | 111010001000011010111010111010111010011010001000111010001000011010111010 | e886baeba688e886ba |
UHC | 膺릈膺 | 111010111110110010010000011010001110101111101100 | ebec9068ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)