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 | 隍樒撻 | 111010001010010010011110111001111001110110100011 | e8a49ee79da3 |
EUC-JP | 隍樒撻 | 111100001010011011011100111010011101101010100101 | f0a6dce9daa5 |
UTF-8 | 隍樒撻 | 111010011001101010001101111001101010100010010010111001101001001010111011 | e99a8de6a892e692bb |
UHC | 隍?撻 | 1111110011011011001111111101001110110101 | fcdb3fd3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)