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 | 珎默 | 11100000110111011110000011010010 | e0dde0d2 |
EUC-JP | 珎默 | 11100000110111111110000011010100 | e0dfe0d4 |
UTF-8 | 珎默 | 111001111000111110001110111010011011101110011000 | e78f8ee9bb98 |
UHC | ?默 | 001111111101100111111001 | 3fd9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)