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^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 萸??^c^ | 11100100110011100011111100111111010111100110001101011110 | e4ce3f3f5e635e |
EUC-JP | 萸??^c^ | 11101000110100000011111100111111010111100110001101011110 | e8d03f3f5e635e |
UTF-8 | 萸뗫쳡^c^ | 111010001001000010111000111010111001011110101011111011001011001110100001010111100110001101011110 | e890b8eb97abecb3a15e635e |
UHC | 萸뗫쳡^c^ | 111010111010110110001011111010111010101110000111010111100110001101011110 | ebad8bebab875e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)