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 | 螂晴 | 111101111111010111100101101001011111101011011000 | f7f5e5a5fad8 |
EUC-JP | ?螂? | 00111111111010101010011100111111 | 3feaa73f |
UTF-8 | 螂晴 | 111011101001011110011000111010001001111010000010111011111010100010010010 | ee9798e89e82efa892 |
UHC | ?螂? | 00111111110101011100110000111111 | 3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)