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 | 闍帝ァア^ | 11101000100010111001001011101001101001111011000101011110 | e88b92e9a7b15e |
EUC-JP | 闍帝ァア^ | 111011111110101111000100111010111000111010100111100011101011000101011110 | efebc4eb8ea78eb15e |
UTF-8 | 闍帝ァア^ | 11101001100101111000110111100101101110001001110111101111101111011010011111101111101111011011000101011110 | e9978de5b89defbda7efbdb15e |
UHC | ?帝??^ | 001111111111000010101000001111110011111101011110 | 3ff0a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)