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 | 鴣夕 | 11101001111100111001011101011011 | e9f3975b |
EUC-JP | 鴣夕 | 11110010111101011100110110111100 | f2f5cdbc |
UTF-8 | 鴣夕 | 111010011011010010100011111001011010010010010101 | e9b4a3e5a495 |
UHC | ?夕 | 001111111110000010101010 | 3fe0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)