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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營??鸚? | 10011010011110100011111100111111111010100101111100111111 | 9a7a3f3fea5f3f |
EUC-JP | 營??鸚? | 11010011110110110011111100111111111100111100000000111111 | d3db3f3ff3c03f |
UTF-8 | 營먨댗鸚셡 | 111001111000011110011111111010111010100010101000111010111000110010010111111010011011100010011010111011001000010110100001 | e7879feba8a8eb8c97e9b89aec85a1 |
UHC | 營먨댗鸚셡 | 11100111101111011001000011100101100010001011101111100101101001001001100101101000 | e7bd90e588bbe5a49968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)