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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艶h? | 1000100110010000100000101000100000111111 | 899082883f |
EUC-JP | 艶h? | 1011000111110000101000111110100000111111 | b1f0a3e83f |
UTF-8 | 艶h뱫 | 111010001000100110110110111011111011110110001000111010111011000110101011 | e889b6efbd88ebb1ab |
UHC | 艶h뱫 | 111001101111110110100011111010001001001110010001 | e6fda3e89391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)