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 | ????PB | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
SJIS-WIN | ????PB | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
EUC-JP | ????PB | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
UTF-8 | 쒀렕쑈렺PB | 1110110010010010100000001110101110100000100101011110110010010001100010001110101110100000101110100101000001000010 | ec9280eba095ec9188eba0ba5042 |
UHC | 쒀렕쑈렺PB | 10111110101011001000111010101010101111101010010010001110110000100101000001000010 | beac8eaabea48ec25042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)