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 | 岦∬征 | 111110101010110010000001111010001001000010101010 | faac81e890aa |
EUC-JP | 岦∬征 | 10001111101110111011001110100010111010101100000010101100 | 8fbbb3a2eac0ac |
UTF-8 | 岦∬征 | 111001011011001010100110111000101000100010101100111001011011111010000001 | e5b2a6e288ace5be81 |
UHC | ?∬征 | 0011111110100001111100111110111111010110 | 3fa1f3efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)