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 | ???^oB | 001111110011111100111111010111100110111101000010 | 3f3f3f5e6f42 |
SJIS-WIN | 萸??^oB | 11100100110011100011111100111111010111100110111101000010 | e4ce3f3f5e6f42 |
EUC-JP | 萸??^oB | 11101000110100000011111100111111010111100110111101000010 | e8d03f3f5e6f42 |
UTF-8 | 萸뗫쳡^oB | 111010001001000010111000111010111001011110101011111011001011001110100001010111100110111101000010 | e890b8eb97abecb3a15e6f42 |
UHC | 萸뗫쳡^oB | 111010111010110110001011111010111010101110000111010111100110111101000010 | ebad8bebab875e6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)