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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪躯キエ寘ゥ | 111001011010000110001011111010111011011110110100111110101010100110101001 | e5a18bebb7b4faa9a9 |
EUC-JP | 蝪躯キエ寘ゥ | 11101010101000111011011011101101100011101011011110001110101101001000111110111010111000011000111010101001 | eaa3b6ed8eb78eb48fbae18ea9 |
UTF-8 | 蝪躯キエ寘ゥ | 111010001001110110101010111010001011101010101111111011111011110110110111111011111011110110110100111001011010111110011000111011111011110110101001 | e89daae8baafefbdb7efbdb4e5af98efbda9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)