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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ??] | 001111110011111101011101 | 3f3f5d |
EUC-JP | 芩?] | 1000111111010111110000110011111101011101 | 8fd7c33f5d |
UTF-8 | 芩잘] | 11101000100010101010100111101100100111101001100001011101 | e88aa9ec9e985d |
UHC | 芩잘] | 1101000011011001110000001101111101011101 | d0d9c0df5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)