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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雎医l豐冶ョ | 1110100010110001100010001110001110000010100011001110011010110010100101101110100010101110 | e8b188e3828ce6b296e8ae |
EUC-JP | 雎医l豐冶ョ | 111100001011001110110000111001011010001111101100111011001011010011001100111010101000111010101110 | f0b3b0e5a3ececb4ccea8eae |
UTF-8 | 雎医l豐冶ョ | 111010011001101110001110111001011000110010111011111011111011110110001100111010001011000110010000111001011000011010110110111011111011110110101110 | e99b8ee58cbbefbd8ce8b190e586b6efbdae |
UHC | 雎?l?冶? | 111011101101000100111111101000111110110000111111111001011010011100111111 | eed13fa3ec3fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)