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 | 邂ェ轤ュ諡 | 1110011110101110101010101110011110000010101011011110011010001011 | e7aeaae782ade68b |
EUC-JP | 邂ェ轤ュ諡 | 11101110101100001000111010101010111011011110001010001110101011011110101111101011 | eeb08eaaede28eadebeb |
UTF-8 | 邂ェ轤ュ諡 | 111010011000001010000010111011111011110110101010111010001011110110100100111011111011110110101101111010001010101110100001 | e98282efbdaae8bda4efbdade8aba1 |
UHC | 邂???諡 | 11111010101100110011111100111111001111111110001111001101 | fab33f3f3fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)