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 | 1111101111000010100011101011111001001000 | fbc28ebe48 |
EUC-JP | 鈐疾H | 100011111110001111000001101111001100000001001000 | 8fe3c1bcc048 |
UTF-8 | 鈐疾H | 11101001100010001001000011100111100101101011111001001000 | e98890e796be48 |
UHC | 鈐疾H | 1100110010100010111100101111000001001000 | cca2f2f048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)