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 | ??}r{d | 001111110011111101111101011100100111101101100100 | 3f3f7d727b64 |
SJIS-WIN | ??}r{d | 001111110011111101111101011100100111101101100100 | 3f3f7d727b64 |
EUC-JP | ??}r{d | 001111110011111101111101011100100111101101100100 | 3f3f7d727b64 |
UTF-8 | 횄징}r{d | 11101101100110101000010011101100101001111001010101111101011100100111101101100100 | ed9a84eca7957d727b64 |
UHC | 횄징}r{d | 1100001110000011110000101010000101111101011100100111101101100100 | c383c2a17d727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)