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 | IH±D | 1001001001001001100100100100100010010001101100011001001001000100 | 9249924891b19244 |
SJIS-WIN | ?I?H?±?D | 001111110100100100111111010010000011111110000001011111010011111101000100 | 3f493f483f817d3f44 |
EUC-JP | ?I?H?±?D | 001111110100100100111111010010000011111110100001110111100011111101000100 | 3f493f483fa1de3f44 |
UTF-8 | IH±D | 11000010100100100100100111000010100100100100100011000010100100011100001010110001110000101001001001000100 | c29249c29248c291c2b1c29244 |
UHC | ?I?H?±?D | 001111110100100100111111010010000011111110100001101111100011111101000100 | 3f493f483fa1be3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)