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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瀛? | 111000000110100100111111 | e0693f |
EUC-JP | 瀛? | 110111111100101000111111 | dfca3f |
UTF-8 | 瀛깗 | 111001111000000010011011111010101011100110010111 | e7809beab997 |
UHC | 瀛깗 | 11100111101110101000001110001111 | e7ba838f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)