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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?鈺?F | 0011111111111011110001000011111101000110 | 3ffbc43f46 |
EUC-JP | ?鈺?F | 001111111000111111100011110101010011111101000110 | 3f8fe3d53f46 |
UTF-8 | 쉎鈺뾚F | 11101100100010011000111011101001100010001011101011101011101111101001101001000110 | ec898ee988baebbe9a46 |
UHC | 쉎鈺뾚F | 10011010011010001110100010101101100101110101011101000110 | 9a68e8ad975746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)