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 | 蜈ョ鬟ゥ蠢 | 1110010110000101101011101110100110100011101010011110010110111111 | e585aee9a3a9e5bf |
EUC-JP | 蜈ョ鬟ゥ蠢 | 11101001111001011000111010101110111100101010010110001110101010011110101011000001 | e9e58eaef2a58ea9eac1 |
UTF-8 | 蜈ョ鬟ゥ蠢 | 111010001001110010001000111011111011110110101110111010011010110010011111111011111011110110101001111010001010000010100010 | e89c88efbdaee9ac9fefbda9e8a0a2 |
UHC | 蜈???蠢 | 11101000101001010011111100111111001111111111000111100011 | e8a53f3f3ff1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)