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 | 髯樓オ | 1110100110011001100111101110101010110101 | e9999eeab5 |
EUC-JP | 髯樓オ | 111100011111100111011100111011001000111010110101 | f1f9dcec8eb5 |
UTF-8 | 髯樓オ | 111010011010101110101111111001101010100010010011111011111011110110110101 | e9abafe6a893efbdb5 |
UHC | ?樓? | 00111111110101111010011100111111 | 3fd7a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)