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 | IGA | 100100100100100110010010010001111001001101000001 | 924992479341 |
SJIS-WIN | ?I?G?A | 001111110100100100111111010001110011111101000001 | 3f493f473f41 |
EUC-JP | ?I?G?A | 001111110100100100111111010001110011111101000001 | 3f493f473f41 |
UTF-8 | IGA | 110000101001001001001001110000101001001001000111110000101001001101000001 | c29249c29247c29341 |
UHC | ?I?G?A | 001111110100100100111111010001110011111101000001 | 3f493f473f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)