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 | 趾碑 | 11100110111001001001010011101000 | e6e494e8 |
EUC-JP | 趾碑 | 11101100111001101100100011101010 | ece6c8ea |
UTF-8 | 趾碑 | 111010001011011010111110111001111010001010010001 | e8b6bee7a291 |
UHC | 趾碑 | 11110010101111111101110111111000 | f2bfddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)