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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 炎D炎D^ | 10001001100010100100010010001001100010100100010001011110 | 898a44898a445e |
EUC-JP | 炎D炎D^ | 10110001111010100100010010110001111010100100010001011110 | b1ea44b1ea445e |
UTF-8 | 炎D炎D^ | 111001111000001010001110010001001110011110000010100011100100010001011110 | e7828e44e7828e445e |
UHC | 炎D炎D^ | 11100110111110100100010011100110111110100100010001011110 | e6fa44e6fa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)