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 | RGä¼q | 100110000101001001000111111001001011110001110001 | 985247e4bc71 |
SJIS-WIN | ?RG??q | 001111110101001001000111001111110011111101110001 | 3f52473f3f71 |
EUC-JP | ?RGä?q | 0011111101010010010001111000111110101011101000110011111101110001 | 3f52478faba33f71 |
UTF-8 | RGä¼q | 110000101001100001010010010001111100001110100100110000101011110001110001 | c2985247c3a4c2bc71 |
UHC | ?RG?¼q | 00111111010100100100011100111111101010001111100101110001 | 3f52473fa8f971 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)