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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猜鮗靈貅 | 1110000011001000111010011011101011101000110010111110011010111010 | e0c8e9bae8cbe6ba |
EUC-JP | 猜鮗靈貅 | 1110000011001010111100101011110011110000110011011110110010111100 | e0caf2bcf0cdecbc |
UTF-8 | 猜鮗靈貅 | 111001111000110010011100111010011010111010010111111010011001110110001000111010001011001010000101 | e78c9ce9ae97e99d88e8b285 |
UHC | 猜?靈? | 111000111100010000111111110101101100010000111111 | e3c43fd6c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)