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 | 眈箚脯 | 111000011011110011100010101100101110001111111011 | e1bce2b2e3fb |
EUC-JP | 眈箚脯 | 111000101011111011100100101101001110011011111101 | e2bee4b4e6fd |
UTF-8 | 眈箚脯 | 111001111001110010001000111001111010111010011010111010001000010010101111 | e79c88e7ae9ae884af |
UHC | 眈箚脯 | 111101111010111111110011101100001111100011100001 | f7aff3b0f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)