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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 幽?幽?^ | 10010111010010000011111110010111010010000011111101011110 | 97483f97483f5e |
EUC-JP | 幽?幽?^ | 11001101101010010011111111001101101010010011111101011110 | cda93fcda93f5e |
UTF-8 | 幽퐻幽퐻^ | 11100101101110011011110111101101100100001011101111100101101110011011110111101101100100001011101101011110 | e5b9bded90bbe5b9bded90bb5e |
UHC | 幽퐻幽퐻^ | 111010101110101110111110010001001110101011101011101111100100010001011110 | eaebbe44eaebbe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)