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 | 艾??揖? | 11100100100010000011111100111111100101110100101100111111 | e4883f3f974b3f |
EUC-JP | 艾??揖? | 11100111111010000011111100111111110011011010110000111111 | e7e83f3fcdac3f |
UTF-8 | 艾싢댙揖륡 | 111010001000100110111110111011001000101110100010111010111000110010011001111001101000111110010110111010111010010110100001 | e889beec8ba2eb8c99e68f96eba5a1 |
UHC | 艾싢댙揖륡 | 11100100111101011001101011100010100010001011110111101011111001111001000001000110 | e4f59ae288bdebe79046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)