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 | RGRR | 100110000101001001000111100110000101001001010010 | 985247985252 |
SJIS-WIN | ?RG?RR | 001111110101001001000111001111110101001001010010 | 3f52473f5252 |
EUC-JP | ?RG?RR | 001111110101001001000111001111110101001001010010 | 3f52473f5252 |
UTF-8 | RGRR | 1100001010011000010100100100011111000010100110000101001001010010 | c2985247c2985252 |
UHC | ?RG?RR | 001111110101001001000111001111110101001001010010 | 3f52473f5252 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)