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 | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
SJIS-WIN | 騾厄スウgB | 1110100110000000100101101110111110111101101100110110011101000010 | e98096efbdb36742 |
EUC-JP | 騾厄スウgB | 11110001111000001100110011110001100011101011110110001110101100110110011101000010 | f1e0ccf18ebd8eb36742 |
UTF-8 | 騾厄スウgB | 1110100110101000101111101110010110001110100001001110111110111101101111011110111110111101101100110110011101000010 | e9a8bee58e84efbdbdefbdb36742 |
UHC | ?厄??gB | 00111111111001001111100000111111001111110110011101000010 | 3fe4f83f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)