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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??娃? | 10011001010110010011111100111111100010001010000100111111 | 99593f3f88a13f |
EUC-JP | 兀??娃? | 11010001101110100011111100111111101100001010001100111111 | d1ba3f3fb0a33f |
UTF-8 | 兀뽪굾娃멱 | 111001011000010110000000111010111011110110101010111010101011010110111110111001011010100010000011111010111010100110110001 | e58580ebbdaaeab5bee5a883eba9b1 |
UHC | 兀뽪굾娃멱 | 11101000101101001001011011100110100000101001101011101000110111111011100011101000 | e8b496e6829ae8dfb8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)