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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屍?傾 | 1000111001110010001111111000110001011000 | 8e723f8c58 |
EUC-JP | 屍?傾 | 1011101111010011001111111011011110111001 | bbd33fb7b9 |
UTF-8 | 屍鍊傾 | 111001011011000110001101111011111010011010011011111001011000001010111110 | e5b18defa69be582be |
UHC | 屍鍊傾 | 111000111011101111100110111010001100110011001011 | e3bbe6e8cccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)