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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 楢??B | 1001001111101000001111110011111101000010 | 93e83f3f42 |
EUC-JP | 楢??B | 1100011011101010001111110011111101000010 | c6ea3f3f42 |
UTF-8 | 楢쇰렜B | 11100110101001011010001011101100100001111011000011101011101000001001110001000010 | e6a5a2ec87b0eba09c42 |
UHC | 楢쇰렜B | 11101010111110011011110011101011100011101010111001000010 | eaf9bceb8eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)