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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 畯???B | 111110110110111100111111001111110011111101000010 | fb6f3f3f3f42 |
EUC-JP | 畯???B | 10001111110011011011101100111111001111110011111101000010 | 8fcdbb3f3f3f42 |
UTF-8 | 畯흘렱렲B | 11100111100101011010111111101101100111011001100011101011101000001011000111101011101000001011001001000010 | e795afed9d98eba0b1eba0b242 |
UHC | 畯흘렱렲B | 111100011110000111001000111010101000111010111110100011101011111101000010 | f1e1c8ea8ebe8ebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)