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 | ??Mwh | 0011111100111111010011010111011101101000 | 3f3f4d7768 |
SJIS-WIN | ??Mwh | 0011111100111111010011010111011101101000 | 3f3f4d7768 |
EUC-JP | ??Mwh | 0011111100111111010011010111011101101000 | 3f3f4d7768 |
UTF-8 | 렻렏Mwh | 111010111010000010111011111010111010000010001111010011010111011101101000 | eba0bbeba08f4d7768 |
UHC | 렻렏Mwh | 10001110110000111000111010100101010011010111011101101000 | 8ec38ea54d7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)