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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 長捧癖B | 10010010101101111001010111111001100101011100100001000010 | 92b795f995c842 |
EUC-JP | 長捧癖B | 11000100101110011100101011111011110010101100101001000010 | c4b9cafbcaca42 |
UTF-8 | 長捧癖B | 11101001100101011011011111100110100011011010011111100111100110011001011001000010 | e995b7e68da7e7999642 |
UHC | 長捧癖B | 11101101111111101101110011101001110110111111111001000010 | edfedce9dbfe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)