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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 韲哺\ | 1110100011101100100110100100110101011100 | e8ec9a4d5c |
EUC-JP | 韲哺\ | 1111000011101110110100111010111001011100 | f0eed3ae5c |
UTF-8 | 韲哺\ | 11101001100111111011001011100101100100111011101001011100 | e99fb2e593ba5c |
UHC | ?哺\ | 00111111111110001101010001011100 | 3ff8d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)