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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟻?蟻?B | 10001011011000010011111110001011011000010011111101000010 | 8b613f8b613f42 |
EUC-JP | 蟻?蟻?B | 10110101110000100011111110110101110000100011111101000010 | b5c23fb5c23f42 |
UTF-8 | 蟻렪蟻렪B | 11101000100111111011101111101011101000001010101011101000100111111011101111101011101000001010101001000010 | e89fbbeba0aae89fbbeba0aa42 |
UHC | 蟻렪蟻렪B | 111010111111110010001110101110001110101111111100100011101011100001000010 | ebfc8eb8ebfc8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)