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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?宇 | 001111111000100101000110 | 3f8946 |
EUC-JP | ?宇 | 001111111011000110100111 | 3fb1a7 |
UTF-8 | 셢宇 | 111011001000010110100010111001011010111010000111 | ec85a2e5ae87 |
UHC | 셢宇 | 10011001011010011110100111010100 | 9969e9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)