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 | ????E] | 001111110011111100111111001111110100010101011101 | 3f3f3f3f455d |
SJIS-WIN | ?旭??E] | 00111111100010001010111000111111001111110100010101011101 | 3f88ae3f3f455d |
EUC-JP | ?旭??E] | 00111111101100001011000000111111001111110100010101011101 | 3fb0b03f3f455d |
UTF-8 | 쒔旭렕렍E] | 1110110010010010100101001110011010010111101011011110101110100000100101011110101110100000100011010100010101011101 | ec9294e697adeba095eba08d455d |
UHC | 쒔旭렕렍E] | 10111110101011011110100111101111100011101010101010001110101000110100010101011101 | beade9ef8eaa8ea3455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)