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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 毬眩H | 1001111101111011111000011011111101001000 | 9f7be1bf48 |
EUC-JP | 毬眩H | 1101110111011100111000101100000101001000 | dddce2c148 |
UTF-8 | 毬眩H | 11100110101011111010110011100111100111001010100101001000 | e6aface79ca948 |
UHC | 毬眩H | 1100111110110011111110101101111101001000 | cfb3fadf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)