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 | "エ邵ス赦 | 1111101001010111101101001110011110111000101111011000111011001101 | fa57b4e7b8bd8ecd |
EUC-JP | ?エ邵ス赦 | 001111111000111010110100111011101011101010001110101111011011110011001111 | 3f8eb4eeba8ebdbccf |
UTF-8 | "エ邵ス赦 | 111011111011110010000010111011111011110110110100111010011000001010110101111011111011110110111101111010001011010110100110 | efbc82efbdb4e982b5efbdbde8b5a6 |
UHC | "?邵?赦 | 1010001110100010001111111110000111010000001111111101111011110101 | a3a23fe1d03fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)