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 | 礁諸 | 10001111110010101111101110101001 | 8fcafba9 |
EUC-JP | 礁? | 101111101100110000111111 | becc3f |
UTF-8 | 礁諸 | 111001111010010010000001111011111010100010100010 | e7a481efa8a2 |
UHC | 礁? | 111101011010011100111111 | f5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)