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 | 箏?載頭諾 | 111000101011010100111111100011011101101010010011101010101001000111111000 | e2b53f8dda93aa91f8 |
EUC-JP | 箏?載頭諾 | 111001001011011100111111101110101101110011000110101011001100001011111010 | e4b73fbadcc6acc2fa |
UTF-8 | 箏렡載頭諾 | 111001111010111010001111111010111010000010100001111010001011110010001001111010011010000010101101111010001010101110111110 | e7ae8feba0a1e8bc89e9a0ade8abbe |
UHC | 箏렡載頭諾 | 11101110101101001000111010110010111011101011000011010100111010011101000111100111 | eeb48eb2eeb0d4e9d1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)