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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 屍h屍 | 1000111001110010011010001000111001110010 | 8e72688e72 |
EUC-JP | 屍h屍 | 1011101111010011011010001011101111010011 | bbd368bbd3 |
UTF-8 | 屍h屍 | 11100101101100011000110101101000111001011011000110001101 | e5b18d68e5b18d |
UHC | 屍h屍 | 1110001110111011011010001110001110111011 | e3bb68e3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)