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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 蚓篥@h | 111001010110110111100010110000110100000001101000 | e56de2c34068 |
EUC-JP | 蚓篥@h | 111010011100111011100100110001010100000001101000 | e9cee4c54068 |
UTF-8 | 蚓篥@h | 1110100010011010100100111110011110101111101001010100000001101000 | e89a93e7afa54068 |
UHC | 蚓?@h | 1110110011100010001111110100000001101000 | ece23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)