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 | 授? | 100011101111011000111111 | 8ef63f |
EUC-JP | 授? | 101111001111100000111111 | bcf83f |
UTF-8 | 授띴 | 111001101000111010001000111010111001110110110100 | e68e88eb9db4 |
UHC | 授띴 | 11100010101000111000110111100100 | e2a38de4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)