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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 煮者] | 1000111011001111100011101101001001011101 | 8ecf8ed25d |
EUC-JP | 煮者] | 1011110011010001101111001101010001011101 | bcd1bcd45d |
UTF-8 | 煮者] | 11100111100001011010111011101000100000001000010101011101 | e785aee880855d |
UHC | 煮者] | 1110110110110100111011011011101001011101 | edb4edba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)