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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 種紺?B | 100011101110110110001101101011100011111101000010 | 8eed8dae3f42 |
EUC-JP | 種紺?B | 101111001110111110111010101100000011111101000010 | bcefbab03f42 |
UTF-8 | 種紺씩B | 11100111101010001010111011100111101101001011101011101100100101001010100101000010 | e7a8aee7b4baec94a942 |
UHC | 種紺씩B | 11110000111110101100101011111010101111101011111101000010 | f0facafabebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)