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 | ???]m | 0011111100111111001111110101110101101101 | 3f3f3f5d6d |
SJIS-WIN | 萸??]m | 111001001100111000111111001111110101110101101101 | e4ce3f3f5d6d |
EUC-JP | 萸??]m | 111010001101000000111111001111110101110101101101 | e8d03f3f5d6d |
UTF-8 | 萸뗫쳡]m | 1110100010010000101110001110101110010111101010111110110010110011101000010101110101101101 | e890b8eb97abecb3a15d6d |
UHC | 萸뗫쳡]m | 1110101110101101100010111110101110101011100001110101110101101101 | ebad8bebab875d6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)