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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 屍亦 | 10001110011100101001011010010010 | 8e729692 |
EUC-JP | 屍亦 | 10111011110100111100101111110010 | bbd3cbf2 |
UTF-8 | 屍亦 | 111001011011000110001101111001001011101010100110 | e5b18de4baa6 |
UHC | 屍亦 | 11100011101110111110011010110010 | e3bbe6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)