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 | 髻欺 | 11101001100111111000101101011100 | e99f8b5c |
EUC-JP | 髻欺 | 11110010101000011011010110111101 | f2a1b5bd |
UTF-8 | 髻欺 | 111010011010101110111011111001101010110010111010 | e9abbbe6acba |
UHC | ?欺 | 001111111101000110100111 | 3fd1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)