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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛟滄飴雉ェ | 111001011000000010011111111010011000100010111001111010001011001110101010 | e5809fe988b9e8b3aa |
EUC-JP | 蛟滄飴雉ェ | 11101001111000001101111011101011101100001011101111110000101101011000111010101010 | e9e0deebb0bbf0b58eaa |
UTF-8 | 蛟滄飴雉ェ | 111010001001101110011111111001101011101110000100111010011010001110110100111010011001101110001001111011111011110110101010 | e89b9fe6bb84e9a3b4e99b89efbdaa |
UHC | 蛟滄飴雉? | 110011101111000111110011111001111110110011000111111101101100101100111111 | cef1f3e7ecc7f6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)