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 | BZDW | 1001001001000010100100100101101010010010010001001001001001010111 | 9242925a92449257 |
SJIS-WIN | ?B?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
EUC-JP | ?B?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
UTF-8 | BZDW | 110000101001001001000010110000101001001001011010110000101001001001000100110000101001001001010111 | c29242c2925ac29244c29257 |
UHC | ?B?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)