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 | ®IHD | 1001000110101110100100100100100110010010010010001001001001000100 | 91ae924992489244 |
SJIS-WIN | ???I?H?D | 0011111100111111001111110100100100111111010010000011111101000100 | 3f3f3f493f483f44 |
EUC-JP | ?®?I?H?D | 00111111100011111010001011101110001111110100100100111111010010000011111101000100 | 3f8fa2ee3f493f483f44 |
UTF-8 | ®IHD | 11000010100100011100001010101110110000101001001001001001110000101001001001001000110000101001001001000100 | c291c2aec29249c29248c29244 |
UHC | ?®?I?H?D | 001111111010001011100111001111110100100100111111010010000011111101000100 | 3fa2e73f493f483f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)