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 | 隨櫁イ | 1110011110101100100111101110100010110010 | e7ac9ee8b2 |
EUC-JP | 隨櫁イ | 111011101010111011011100111010101000111010110010 | eeaedcea8eb2 |
UTF-8 | 隨櫁イ | 111010011001101010101000111001101010101110000001111011111011110110110010 | e99aa8e6ab81efbdb2 |
UHC | 隨?? | 11100010110010110011111100111111 | e2cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)