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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨桁厳隋 | 1110010010111100100011001000010110001100101101011110010001000000 | e4bc8c858cb5e440 |
EUC-JP | 莨桁厳隋 | 1110100010111110101101111110010110111000101101111110011110100001 | e8beb7e5b8b7e7a1 |
UTF-8 | 莨桁厳隋 | 111010001000111010101000111001101010000110000001111001011000111010110011111010011001101010001011 | e88ea8e6a181e58eb3e99a8b |
UHC | ?桁?隋 | 001111111111100111111001001111111110001011001001 | 3ff9f93fe2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)