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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | 赦杓謝璽贏x | 1000111011001101100011101101101110001110110100111000111010100011111001101101010101111000 | 8ecd8edb8ed38ea3e6d578 |
EUC-JP | 赦杓謝璽贏x | 1011110011001111101111001101110110111100110101011011110010100101111011001101011101111000 | bccfbcddbcd5bca5ecd778 |
UTF-8 | 赦杓謝璽贏x | 11101000101101011010011011100110100111011001001111101000101011001001110111100111100100101011110111101000101101001000111101111000 | e8b5a6e69d93e8ac9de792bde8b48f78 |
UHC | 赦杓謝璽?x | 11011110111101011111100011110101110111101111001111011111110111100011111101111000 | def5f8f5def3dfde3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)