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 | 謔雅律 | 111001101000001010001001111010111001011110100101 | e68289eb97a5 |
EUC-JP | 謔雅律 | 111010111110001010110010111011011100111010100111 | ebe2b2edcea7 |
UTF-8 | 謔雅律 | 111010001010110010010100111010011001101110000101111001011011111010001011 | e8ac94e99b85e5be8b |
UHC | 謔雅律 | 111110011100110011100100101110101101011111001000 | f9cce4bad7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)