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 | 閻ヲ鬧域п | 111010001000010110100110111010011010011110001000111001101000010010000001 | e885a6e9a788e68481 |
EUC-JP | 閻ヲ鬧域п | 11101111111001011000111010100110111100101010100110110000111010001010011111100001 | efe58ea6f2a9b0e8a7e1 |
UTF-8 | 閻ヲ鬧域п | 1110100110010110101110111110111110111101101001101110100110101100101001111110010110011111100111111101000010111111 | e996bbefbda6e9aca7e59f9fd0bf |
UHC | 閻?鬧域п | 111001111010001000111111110101111010001011100110101101001010110011100001 | e7a23fd7a2e6b4ace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)