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 | 蠑晁イス鬪 | 1110010110111100100111011110100010110010101111011110100110101010 | e5bc9de8b2bde9aa |
EUC-JP | 蠑晁イス鬪 | 11101010101111101101101011101010100011101011001010001110101111011111001010101100 | eabedaea8eb28ebdf2ac |
UTF-8 | 蠑晁イス鬪 | 111010001010000010010001111001101001100110000001111011111011110110110010111011111011110110111101111010011010110010101010 | e8a091e69981efbdb2efbdbde9acaa |
UHC | ?晁??鬪 | 00111111111100001100010100111111001111111111011111100011 | 3ff0c53f3ff7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)