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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??扼?? | 1000100110011010001111110011111110011101010011100011111100111111 | 899a3f3f9d4e3f3f |
EUC-JP | 凹??扼?? | 1011000111111010001111110011111111011001101011110011111100111111 | b1fa3f3fd9af3f3f |
UTF-8 | 凹듣괭扼계윾 | 111001011000011110111001111010111001001110100011111010101011010010101101111001101000100110111100111010101011001110000100111011001001110010111110 | e587b9eb93a3eab4ade689bceab384ec9cbe |
UHC | 凹듣괭扼계윾 | 111010001110101010110101111010001011000110101010111001001111100110110000111010001001111110110110 | e8eab5e8b1aae4f9b0e89fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)