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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 如如B | 1001010001000000100101000100000001000010 | 9440944042 |
EUC-JP | 如如B | 1100011110100001110001111010000101000010 | c7a1c7a142 |
UTF-8 | 如如B | 11100101101001101000001011100101101001101000001001000010 | e5a682e5a68242 |
UHC | 如如B | 1110010111111101111001011111110101000010 | e5fde5fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)