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 | 鬲エ螂ャ霎 | 1110100110101101101101001110010110100101101011001110100010111110 | e9adb4e5a5ace8be |
EUC-JP | 鬲エ螂ャ霎 | 11110010101011111000111010110100111010101010011110001110101011001111000011000000 | f2af8eb4eaa78eacf0c0 |
UTF-8 | 鬲エ螂ャ霎 | 111010011010110010110010111011111011110110110100111010001001111010000010111011111011110110101100111010011001110010001110 | e9acb2efbdb4e89e82efbdace99c8e |
UHC | ??螂?? | 001111110011111111010101110011000011111100111111 | 3f3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)