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 | 11100100110101001110010101010110100110010101100011100100110101001110010101010110100110010101100001000010 | e4d4e5569958e4d4e556995842 |
EUC-JP | 蕚薹儿蕚薹儿B | 11101000110101101110100110110111110100011011100111101000110101101110100110110111110100011011100101000010 | e8d6e9b7d1b9e8d6e9b7d1b942 |
UTF-8 | 蕚薹儿蕚薹儿B | 11101000100101011001101011101000100101101011100111100101100001001011111111101000100101011001101011101000100101101011100111100101100001001011111101000010 | e8959ae896b9e584bfe8959ae896b9e584bf42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)