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 | 鍄鰭 | 11100111111110111001010101101000 | e7fb9568 |
EUC-JP | 鍄鰭 | 11101110111111011100100111001001 | eefdc9c9 |
UTF-8 | 鍄鰭 | 111010011000110110000100111010011011000010101101 | e98d84e9b0ad |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)