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??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 嶸疾h嶸疾k | 11111010101101001000111010111110011010001111101010110100100011101011111001101011 | fab48ebe68fab48ebe6b |
EUC-JP | 嶸疾h嶸疾k | 100011111011101111110100101111001100000001101000100011111011101111110100101111001100000001101011 | 8fbbf4bcc0688fbbf4bcc06b |
UTF-8 | 嶸疾h嶸疾k | 1110010110110110101110001110011110010110101111100110100011100101101101101011100011100111100101101011111001101011 | e5b6b8e796be68e5b6b8e796be6b |
UHC | 嶸疾h嶸疾k | 11100111101011101111001011110000011010001110011110101110111100101111000001101011 | e7aef2f068e7aef2f06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)