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 | 1110010110001100100110010111011001000010 | e58c997642 |
EUC-JP | 蛹况B | 1110100111101100110100011101011101000010 | e9ecd1d742 |
UTF-8 | 蛹况B | 11101000100110111011100111100101100001101011010101000010 | e89bb9e586b542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)