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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
EUC-JP | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
UTF-8 | 혦횦혦쨍]H | 1110110110011000101001101110110110011010101001101110110110011000101001101110110010101000100011010101110101001000 | ed98a6ed9aa6ed98a6eca88d5d48 |
UHC | 혦횦혦쨍]H | 11000010100011101100001110011101110000101000111011000010101110000101110101001000 | c28ec39dc28ec2b85d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)