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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 횠횋횧챵짜횄BF | 1110110110011010101000001110110110011010100010111110110110011010101001111110110010110001101101011110110010100111100111001110110110011010100001000100001001000110 | ed9aa0ed9a8bed9aa7ecb1b5eca79ced9a844246 |
UHC | 횠횋횧챵짜횄BF | 1100001110011000110000111000100111000011100111101100001110110010110000101010010111000011100000110100001001000110 | c398c389c39ec3b2c2a5c3834246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)