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±Q] | 1001001001001001100100100100100010010001101100010101000101011101 | 9249924891b1515d |
SJIS-WIN | ?I?H?±Q] | 001111110100100100111111010010000011111110000001011111010101000101011101 | 3f493f483f817d515d |
EUC-JP | ?I?H?±Q] | 001111110100100100111111010010000011111110100001110111100101000101011101 | 3f493f483fa1de515d |
UTF-8 | IH±Q] | 110000101001001001001001110000101001001001001000110000101001000111000010101100010101000101011101 | c29249c29248c291c2b1515d |
UHC | ?I?H?±Q] | 001111110100100100111111010010000011111110100001101111100101000101011101 | 3f493f483fa1be515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)