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 | 赦宍示捨 | 1000111011001101100011101011001110001110101001101000111011001100 | 8ecd8eb38ea68ecc |
EUC-JP | 赦宍示捨 | 1011110011001111101111001011010110111100101010001011110011001110 | bccfbcb5bca8bcce |
UTF-8 | 赦宍示捨 | 111010001011010110100110111001011010111010001101111001111010010010111010111001101000110110101000 | e8b5a6e5ae8de7a4bae68da8 |
UHC | 赦?示捨 | 11011110111101010011111111100011110001101101111011010111 | def53fe3c6ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)