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 | 鴉フ骼ェ質 | 1110100111101011110011001110100110001110101010101000111010111111 | e9ebcce98eaa8ebf |
EUC-JP | 鴉フ骼ェ質 | 11110010111011011000111011001100111100011110111010001110101010101011110011000001 | f2ed8eccf1ee8eaabcc1 |
UTF-8 | 鴉フ骼ェ質 | 111010011011010010001001111011111011111010001100111010011010101010111100111011111011110110101010111010001011001110101010 | e9b489efbe8ce9aabcefbdaae8b3aa |
UHC | 鴉???質 | 11100100101111000011111100111111001111111111001011110101 | e4bc3f3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)