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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 恁??O | 1001110010001100001111110011111101001111 | 9c8c3f3f4f |
EUC-JP | 恁??O | 1101011111101100001111110011111101001111 | d7ec3f3f4f |
UTF-8 | 恁블쉱O | 11100110100000011000000111101011101110001001010011101100100010011011000101001111 | e68181ebb894ec89b14f |
UHC | 恁블쉱O | 11101100111101101011101011101101100110101000100001001111 | ecf6baed9a884f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)