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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??鄂B | 0011111100111111111001111011110101000010 | 3f3fe7bd42 |
EUC-JP | ??鄂B | 0011111100111111111011101011111101000010 | 3f3feebf42 |
UTF-8 | 롚렏鄂B | 11101011101000011001101011101011101000001000111111101001100001001000001001000010 | eba19aeba08fe9848242 |
UHC | 롚렏鄂B | 10001110110111101000111010100101111001001100011101000010 | 8ede8ea5e4c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)