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 | ??舌 | 00111111001111111001000011100011 | 3f3f90e3 |
EUC-JP | ??舌 | 00111111001111111100000011100101 | 3f3fc0e5 |
UTF-8 | 손섐舌 | 111011001000011010010000111011001000010010010000111010001000100010001100 | ec8690ec8490e8888c |
UHC | 손섐舌 | 101111001101010110111100101010111110000011011111 | bcd5bcabe0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)