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 | 001111110011111100111111111000110110100001000010 | 3f3f3fe36842 |
EUC-JP | ???緝B | 001111110011111100111111111001011100100101000010 | 3f3f3fe5c942 |
UTF-8 | 씌렫렣緝B | 11101100100101001000110011101011101000001010101111101011101000001010001111100111101101111001110101000010 | ec948ceba0abeba0a3e7b79d42 |
UHC | 씌렫렣緝B | 101111101011101010001110101110011000111010110100111100101111110101000010 | beba8eb98eb4f2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)