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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 應??膺 | 100111001110010000111111001111111110010001011110 | 9ce43f3fe45e |
EUC-JP | 應??膺 | 110110001110011000111111001111111110011110111111 | d8e63f3fe7bf |
UTF-8 | 應몌쫳膺 | 111001101000011110001001111010111010101010001100111011001010101110110011111010001000011010111010 | e68789ebaa8cecabb3e886ba |
UHC | 應몌쫳膺 | 1110101111101011101110001110111110100110100010111110101111101100 | ebebb8efa68bebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)