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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 獄▼?h | 100011011001011010000001101001010011111101101000 | 8d9681a53f68 |
EUC-JP | 獄▼?h | 101110011111011010100010101001110011111101101000 | b9f6a2a73f68 |
UTF-8 | 獄▼릲h | 11100111100011011000010011100010100101101011110011101011101001101011001001101000 | e78d84e296bceba6b268 |
UHC | 獄▼릲h | 11101000101010111010000111100101100100001001000101101000 | e8aba1e5909168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)