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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻??猶? | 11101000100001010011111100111111100101110101000000111111 | e8853f3f97503f |
EUC-JP | 閻??猶? | 11101111111001010011111100111111110011011011000100111111 | efe53f3fcdb13f |
UTF-8 | 閻띻괜猶껧 | 111010011001011010111011111010111001110110111011111010101011010010011100111001111000110010110110111010101011101110100111 | e996bbeb9dbbeab49ce78cb6eabba7 |
UHC | 閻띻괜猶껧 | 11100111101000101000110111101010101100011010011011101011101000101000010001000010 | e7a28deab1a6eba28442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)