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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鉉帝ァア^ | 11100111111010011001001011101001101001111011000101011110 | e7e992e9a7b15e |
EUC-JP | 鉉帝ァア^ | 111011101110101111000100111010111000111010100111100011101011000101011110 | eeebc4eb8ea78eb15e |
UTF-8 | 鉉帝ァア^ | 11101001100010011000100111100101101110001001110111101111101111011010011111101111101111011011000101011110 | e98989e5b89defbda7efbdb15e |
UHC | 鉉帝??^ | 11111010111010001111000010101000001111110011111101011110 | fae8f0a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)