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 | ?昏 | 001111111000110110101000 | 3f8da8 |
EUC-JP | ?昏 | 001111111011101010101010 | 3fbaaa |
UTF-8 | 섦昏 | 111011001000010010100110111001101001100010001111 | ec84a6e6988f |
UHC | 섦昏 | 10111100101101001111101111100111 | bcb4fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)