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 | 癌先昻善洩? | 1000101011100000100100001110011011111010110100001001000101010000100010010110101100111111 | 8ae090e6fad09150896b3f |
EUC-JP | 癌先?善洩? | 10110100111000101100000011101000001111111100000110110001101100011100110000111111 | b4e2c0e83fc1b1b1cc3f |
UTF-8 | 癌先昻善洩燎 | 111001111001100110001100111001011000010110001000111001101001100010111011111001011001011010000100111001101011010010101001111011111010011110000000 | e7998ce58588e698bbe59684e6b4a9efa780 |
UHC | 癌先昻善洩燎 | 111001001101111111100000101110111110010011101001111000001011110011100000110111011110100011111011 | e4dfe0bbe4e9e0bce0dde8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)