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 | 迥ア蝓キ轢 | 1110011110001010101100011110010110011111101101111110011110000000 | e78ab1e59fb7e780 |
EUC-JP | 迥ア蝓キ轢 | 11101101111010101000111010110001111010101010000110001110101101111110110111100000 | edea8eb1eaa18eb7ede0 |
UTF-8 | 迥ア蝓キ轢 | 111010001011111110100101111011111011110110110001111010001001110110010011111011111011110110110111111010001011110110100010 | e8bfa5efbdb1e89d93efbdb7e8bda2 |
UHC | ????轢 | 001111110011111100111111001111111101010111111001 | 3f3f3f3fd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)