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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壬???跡? | 1001000001110000001111110011111100111111100100001101010100111111 | 90703f3f3f90d53f |
EUC-JP | 壬???跡? | 1011111111010001001111110011111100111111110000001101011100111111 | bfd13f3f3fc0d73f |
UTF-8 | 壬흗렢렞跡렢 | 111001011010001110101100111011011001110110010111111010111010000010100010111010111010000010011110111010001011011110100001111010111010000010100010 | e5a3aced9d97eba0a2eba09ee8b7a1eba0a2 |
UHC | 壬흗렢렞跡렢 | 111011001111001111001000111010011000111010110011100011101010111111101110111001101000111010110011 | ecf3c8e98eb38eafeee68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)