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 | 鍈? | 111110100101111000111111 | fa5e3f |
EUC-JP | 鍈? | 10001111111001001110100100111111 | 8fe4e93f |
UTF-8 | 鍈㏓ | 111010011000110110001000111000111000111110010011 | e98d88e38f93 |
UHC | 鍈㏓ | 11100111110011001010011111101011 | e7cca7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)