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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 貉俶丶貉俶丶B | 11100110101110011001100011100110100110001010010011100110101110011001100011100110100110001010010001000010 | e6b998e698a4e6b998e698a442 |
EUC-JP | 貉俶丶貉俶丶B | 11101100101110111101000011101000110100001010011011101100101110111101000011101000110100001010011001000010 | ecbbd0e8d0a6ecbbd0e8d0a642 |
UTF-8 | 貉俶丶貉俶丶B | 11101000101100101000100111100100101111111011011011100100101110001011011011101000101100101000100111100100101111111011011011100100101110001011011001000010 | e8b289e4bfb6e4b8b6e8b289e4bfb6e4b8b642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)