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 | ?倒 | 001111111001001101111100 | 3f937c |
EUC-JP | ?倒 | 001111111100010111011101 | 3fc5dd |
UTF-8 | 쌨倒 | 111011001000110010101000111001011000000010010010 | ec8ca8e58092 |
UHC | 쌨倒 | 10111101110111101101001111101110 | bdded3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)