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 | 屍?黔 | 1000111001110010001111111110101001110111 | 8e723fea77 |
EUC-JP | 屍?黔 | 1011101111010011001111111111001111011000 | bbd33ff3d8 |
UTF-8 | 屍鍊黔 | 111001011011000110001101111011111010011010011011111010011011101110010100 | e5b18defa69be9bb94 |
UHC | 屍鍊黔 | 111000111011101111100110111010001100110010100011 | e3bbe6e8cca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)