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 | ?逗 | 001111111001000010000000 | 3f9080 |
EUC-JP | 湔逗 | 1000111111000111111110101011111111100000 | 8fc7fabfe0 |
UTF-8 | 湔逗 | 111001101011100110010100111010011000000010010111 | e6b994e98097 |
UHC | ?逗 | 001111111101010011101000 | 3fd4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)