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 | 韵埃 | 11101000111011111001101010111010 | e8ef9aba |
EUC-JP | 韵埃 | 11110000111100011101010010111100 | f0f1d4bc |
UTF-8 | 韵埃 | 111010011001111110110101111001011001111110000011 | e99fb5e59f83 |
UHC | ?埃 | 001111111110010011101111 | 3fe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)