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 | ?期 | 001111111000101011111010 | 3f8afa |
EUC-JP | ?期 | 001111111011010011111100 | 3fb4fc |
UTF-8 | 뤦期 | 111010111010010010100110111001101001110010011111 | eba4a6e69c9f |
UHC | 뤦期 | 10001111110101001101000110100010 | 8fd4d1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)