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 | 隱。霓 | 1110100010101010101000011110100010111101 | e8aaa1e8bd |
EUC-JP | 隱。霓 | 111100001010110010001110101000011111000010111111 | f0ac8ea1f0bf |
UTF-8 | 隱。霓 | 111010011001101010110001111011111011110110100001111010011001110010010011 | e99ab1efbda1e99c93 |
UHC | 隱?霓 | 1110101111011111001111111110011111100111 | ebdf3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)