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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?冪??訂B | 0011111110011001011100000011111100111111100100101111100101000010 | 3f99703f3f92f942 |
EUC-JP | 洧冪??訂B | 10001111110001111011010011010001110100010011111100111111110001001111101101000010 | 8fc7b4d1d13f3fc4fb42 |
UTF-8 | 洧冪렰뀄訂B | 11100110101101001010011111100101100001101010101011101011101000001011000011101011100000001000010011101000101010001000001001000010 | e6b4a7e586aaeba0b0eb8084e8a88242 |
UHC | 洧冪렰뀄訂B | 1110101011111011110110001111000110001110101111011011001011101101111011111111010001000010 | eafbd8f18ebdb2edeff442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)