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 | 閼ッ鬧戊。 | 1110100010000100101011111110100110100111100101011110100010100001 | e884afe9a795e8a1 |
EUC-JP | 閼ッ鬧戊。 | 11101111111001001000111010101111111100101010100111001010111010101000111010100001 | efe48eaff2a9caea8ea1 |
UTF-8 | 閼ッ鬧戊。 | 111010011001011010111100111011111011110110101111111010011010110010100111111001101000100010001010111011111011110110100001 | e996bcefbdafe9aca7e6888aefbda1 |
UHC | 閼?鬧戊? | 1110010011011001001111111101011110100010110110011110011000111111 | e4d93fd7a2d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)