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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 阮泌姐h | 11101000100101101001010011100101100010001011011101101000 | e89694e588b768 |
EUC-JP | 阮泌姐h | 11101111111101101100100011100111101100001011100101101000 | eff6c8e7b0b968 |
UTF-8 | 阮泌姐h | 11101001100110001010111011100110101100111000110011100101101001111001000001101000 | e998aee6b38ce5a79068 |
UHC | 阮泌姐h | 11101000110101101111100110110010111011101011101101101000 | e8d6f9b2eebb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)