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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 輦鶲恬 | 111001110111001011101010010011111001110010010111 | e772ea4f9c97 |
EUC-JP | 輦鶲恬 | 111011011101001111110011101100001101011111110111 | edd3f3b0d7f7 |
UTF-8 | 輦鶲恬 | 111010001011110010100110111010011011011010110010111001101000000110101100 | e8bca6e9b6b2e681ac |
UHC | 輦?恬 | 1101011010100110001111111101001010111000 | d6a63fd2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)