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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 營??營??B | 100110100111101000111111001111111001101001111010001111110011111101000010 | 9a7a3f3f9a7a3f3f42 |
EUC-JP | 營??營??B | 110100111101101100111111001111111101001111011011001111110011111101000010 | d3db3f3fd3db3f3f42 |
UTF-8 | 營⒴톹營⒴톹B | 11100111100001111001111111100010100100101011010011101101100001101011100111100111100001111001111111100010100100101011010011101101100001101011100101000010 | e7879fe292b4ed86b9e7879fe292b4ed86b942 |
UHC | 營⒴톹營⒴톹B | 11100111101111011010100111100101101101111000110111100111101111011010100111100101101101111000110101000010 | e7bda9e5b78de7bda9e5b78d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)