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 | 11111011101000011001111111101110100111011001011011111011101000011001111111101001100111011000110101000010 | fba19fee9d96fba19fe99d8d42 |
EUC-JP | ?溥摶?滄搓B | 0011111111011110111100001101100111110110001111111101111011101011110110011110110101000010 | 3fdef0d9f63fdeebd9ed42 |
UTF-8 | 蠇溥摶蠇滄搓B | 11101000101000001000011111100110101110101010010111100110100100011011011011101000101000001000011111100110101110111000010011100110100100001001001101000010 | e8a087e6baa5e691b6e8a087e6bb84e6909342 |
UHC | ?溥??滄?B | 001111111101110110101010001111110011111111110011111001110011111101000010 | 3fddaa3f3ff3e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)