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 | 痾疽穩陽鞦 | 11100001011111011110000101110011111000100111001010010111011110101110100011100001 | e17de173e272977ae8e1 |
EUC-JP | 痾疽穩陽鞦 | 11100001110111101110000111010100111000111101001111001101110110111111000011100011 | e1dee1d4e3d3cddbf0e3 |
UTF-8 | 痾疽穩陽鞦 | 111001111001011110111110111001111001011010111101111001111010100110101001111010011001100110111101111010011001111010100110 | e797bee796bde7a9a9e999bde99ea6 |
UHC | ?疽穩陽? | 0011111111101110110001011110100010110001111001011101010100111111 | 3feec5e8b1e5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)