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? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 畏??c? | 100010001101100000111111001111110110001100111111 | 88d83f3f633f |
EUC-JP | 畏??c? | 101100001101101000111111001111110110001100111111 | b0da3f3f633f |
UTF-8 | 畏뷂쉽c樂 | 11100111100101011000111111101011101101111000001011101100100010011011110101100011111011111010011010111111 | e7958febb782ec89bd63efa6bf |
UHC | 畏뷂쉽c樂 | 111010001110011010010100111011111011110110110001011000111110100011111001 | e8e694efbdb163e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)