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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
EUC-JP | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
UTF-8 | 횄째횄짭b | 11101101100110101000010011101100101001111011100011101101100110101000010011101100101001111010110101100010 | ed9a84eca7b8ed9a84eca7ad62 |
UHC | 횄째횄짭b | 110000111000001111000010101100001100001110000011110000101010110001100010 | c383c2b0c383c2ac62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)