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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 長捧癖^ | 10010010101101111001010111111001100101011100100001011110 | 92b795f995c85e |
EUC-JP | 長捧癖^ | 11000100101110011100101011111011110010101100101001011110 | c4b9cafbcaca5e |
UTF-8 | 長捧癖^ | 11101001100101011011011111100110100011011010011111100111100110011001011001011110 | e995b7e68da7e799965e |
UHC | 長捧癖^ | 11101101111111101101110011101001110110111111111001011110 | edfedce9dbfe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)