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 | 羂瑚沓 | 111000111010111010001100111010001000110001000010 | e3ae8ce88c42 |
EUC-JP | 羂瑚沓 | 111001101011000010111000111010101011011110100011 | e6b0b8eab7a3 |
UTF-8 | 羂瑚沓 | 111001111011111010000010111001111001000110011010111001101011001010010011 | e7be82e7919ae6b293 |
UHC | ?瑚沓 | 0011111111111011110100011101001111001011 | 3ffbd1d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)