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 | ?雨 | 001111111000100101001010 | 3f894a |
EUC-JP | ?雨 | 001111111011000110101011 | 3fb1ab |
UTF-8 | 뫊雨 | 111010111010101110001010111010011001101110101000 | ebab8ae99ba8 |
UHC | 뫊雨 | 10010001101011001110100111101011 | 91ace9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)