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?h | 001111110011111100111111011100100011111101101000 | 3f3f3f723f68 |
SJIS-WIN | ???r?h | 001111110011111100111111011100100011111101101000 | 3f3f3f723f68 |
EUC-JP | ???r?h | 001111110011111100111111011100100011111101101000 | 3f3f3f723f68 |
UTF-8 | 혡혘혶r혴h | 1110110110011000101000011110110110011000100110001110110110011000101101100111001011101101100110001011010001101000 | ed98a1ed9898ed98b672ed98b468 |
UHC | 혡혘혶r혴h | 11000010100010101100001010000011110000101001110101110010110000101001101101101000 | c28ac283c29d72c29b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)