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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉑釈爵 | 111110111100100110001110110111111000111011011101 | fbc98edf8edd |
EUC-JP | 鉑釈爵 | 10001111111000111110000110111100111000011011110011011111 | 8fe3e1bce1bcdf |
UTF-8 | 鉑釈爵 | 111010011000100110010001111010011000011110001000111001111000100010110101 | e98991e98788e788b5 |
UHC | ??爵 | 00111111001111111110110111001001 | 3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)