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 | 槨鮗靈盪 | 1001111011011000111010011011101011101000110010111110000110111001 | 9ed8e9bae8cbe1b9 |
EUC-JP | 槨鮗靈盪 | 1101110011011010111100101011110011110000110011011110001010111011 | dcdaf2bcf0cde2bb |
UTF-8 | 槨鮗靈盪 | 111001101010011110101000111010011010111010010111111010011001110110001000111001111001101110101010 | e6a7a8e9ae97e99d88e79baa |
UHC | 槨?靈? | 110011101010101000111111110101101100010000111111 | ceaa3fd6c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)