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 | 塋??鎰 | 100110101100100000111111001111111110100001001100 | 9ac83f3fe84c |
EUC-JP | 塋??鎰 | 110101001100101000111111001111111110111110101101 | d4ca3f3fefad |
UTF-8 | 塋좎궪鎰 | 111001011010000110001011111011001010001010001110111010101011011010101010111010011000111010110000 | e5a18beca28eeab6aae98eb0 |
UHC | 塋좎궪鎰 | 1110011110101011101000001110110010000010101111001110110011110000 | e7aba0ec82bcecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)