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 | 隘ュ邇門シ | 1110100010100101101011011110011110001110100101101110010110111100 | e8a5ade78e96e5bc |
EUC-JP | 隘ュ邇門シ | 11110000101001111000111010101101111011011110111011001100111001111000111010111100 | f0a78eadedeecce78ebc |
UTF-8 | 隘ュ邇門シ | 111010011001101010011000111011111011110110101101111010011000001010000111111010011001011010000000111011111011110110111100 | e99a98efbdade98287e99680efbdbc |
UHC | 隘?邇門? | 1110010011110110001111111110110011000100110110101010011000111111 | e4f63fecc4daa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)