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 | 鬘句ョ域匐 | 111010011010000110001011111001011010111010001000111001101001100110110100 | e9a18be5ae88e699b4 |
EUC-JP | 鬘句ョ域匐 | 11110010101000111011011011100111100011101010111010110000111010001101001010110110 | f2a3b6e78eaeb0e8d2b6 |
UTF-8 | 鬘句ョ域匐 | 111010011010110010011000111001011000111110100101111011111011110110101110111001011001111110011111111001011000110010010000 | e9ac98e58fa5efbdaee59f9fe58c90 |
UHC | ?句?域匐 | 0011111111001111101000110011111111100110101101001101110011010011 | 3fcfa33fe6b4dcd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)