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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邇主ッ | 1110011110001110100011101110010110101111 | e78e8ee5af |
EUC-JP | 邇主ッ | 111011011110111010111100111001111000111010101111 | edeebce78eaf |
UTF-8 | 邇主ッ | 111010011000001010000111111001001011100010111011111011111011110110101111 | e98287e4b8bbefbdaf |
UHC | 邇主? | 1110110011000100111100011010101100111111 | ecc4f1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)