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 | 繧」迚倡 | 11100011100000101010001111100111100010011001100011100111 | e382a3e78998e7 |
EUC-JP | 繧」迚倡 | 1110010111100010100011101010001111101101111010011101000011101001 | e5e28ea3ede9d0e9 |
UTF-8 | 繧」迚倡 | 111001111011100110100111111011111011110110100011111010001011111110011010111001011000000010100001 | e7b9a7efbda3e8bf9ae580a1 |
UHC | ???倡 | 0011111100111111001111111111001111011011 | 3f3f3ff3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)