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 | 10001110110100111000111010111001111000101101111001000010 | 8ed38eb9e2de42 |
EUC-JP | 謝嫉籥B | 10111100110101011011110010111011111001001110000001000010 | bcd5bcbbe4e042 |
UTF-8 | 謝嫉籥B | 11101000101011001001110111100101101010111000100111100111101100011010010101000010 | e8ac9de5ab89e7b1a542 |
UHC | 謝嫉?B | 110111101111001111110010111011000011111101000010 | def3f2ec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)