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 | 鬲エ螂ャ雜 | 1110100110101101101101001110010110100101101011001110100010110110 | e9adb4e5a5ace8b6 |
EUC-JP | 鬲エ螂ャ雜 | 11110010101011111000111010110100111010101010011110001110101011001111000010111000 | f2af8eb4eaa78eacf0b8 |
UTF-8 | 鬲エ螂ャ雜 | 111010011010110010110010111011111011110110110100111010001001111010000010111011111011110110101100111010011001101110011100 | e9acb2efbdb4e89e82efbdace99b9c |
UHC | ??螂?雜 | 00111111001111111101010111001100001111111110110111011010 | 3f3fd5cc3fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)