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 | 訷夂ョ情秤 | 111110111010010010011010111001111010111010001111111011101001010010001001 | fba49ae7ae8fee9489 |
EUC-JP | 訷夂ョ情秤 | 1000111111011101110101001101010011101001100011101010111010111110111100001100011111101001 | 8fddd4d4e98eaebef0c7e9 |
UTF-8 | 訷夂ョ情秤 | 111010001010100010110111111001011010010010000010111011111011110110101110111001101000001110000101111001111010011110100100 | e8a8b7e5a482efbdaee68385e7a7a4 |
UHC | ???情秤 | 00111111001111110011111111101111110101111111011011011111 | 3f3f3fefd7f6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)