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 | C~B | 1001001001000011011111101001001001000010 | 92437e9242 |
SJIS-WIN | ?C~?B | 0011111101000011011111100011111101000010 | 3f437e3f42 |
EUC-JP | ?C~?B | 0011111101000011011111100011111101000010 | 3f437e3f42 |
UTF-8 | C~B | 11000010100100100100001101111110110000101001001001000010 | c292437ec29242 |
UHC | ?C~?B | 0011111101000011011111100011111101000010 | 3f437e3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)