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 | 扼?? | 10011101010011100011111100111111 | 9d4e3f3f |
EUC-JP | 扼?? | 11011001101011110011111100111111 | d9af3f3f |
UTF-8 | 扼싳옫 | 111001101000100110111100111011001000101110110011111011001001100010101011 | e689bcec8bb3ec98ab |
UHC | 扼싳옫 | 111001001111100110011010111011001001111010101010 | e4f99aec9eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)