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 | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 萸??gB | 111001001100111000111111001111110110011101000010 | e4ce3f3f6742 |
EUC-JP | 萸??gB | 111010001101000000111111001111110110011101000010 | e8d03f3f6742 |
UTF-8 | 萸뗫쳡gB | 1110100010010000101110001110101110010111101010111110110010110011101000010110011101000010 | e890b8eb97abecb3a16742 |
UHC | 萸뗫쳡gB | 1110101110101101100010111110101110101011100001110110011101000010 | ebad8bebab876742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)