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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 碩渫黍 | 100100001101011110011111110101101000101101101111 | 90d79fd68b6f |
EUC-JP | 碩渫黍 | 110000001101100111011110110110001011010111010000 | c0d9ded8b5d0 |
UTF-8 | 碩渫黍 | 111001111010001010101001111001101011100010101011111010011011101110001101 | e7a2a9e6b8abe9bb8d |
UHC | 碩渫黍 | 111000001011010111100000110111101110000010101000 | e0b5e0dee0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)