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 | 讖帝ク | 1110011010101001100100101110100110111000 | e6a992e9b8 |
EUC-JP | 讖帝ク | 111011001010101111000100111010111000111010111000 | ecabc4eb8eb8 |
UTF-8 | 讖帝ク | 111010001010111010010110111001011011100010011101111011111011110110111000 | e8ae96e5b89defbdb8 |
UHC | 讖帝? | 1111001111011001111100001010100000111111 | f3d9f0a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)