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 | 魍井クケ雉 | 1110100110110001100010001110010010111000101110011110100010110011 | e9b188e4b8b9e8b3 |
EUC-JP | 魍井クケ雉 | 11110010101100111011000011100110100011101011100010001110101110011111000010110101 | f2b3b0e68eb88eb9f0b5 |
UTF-8 | 魍井クケ雉 | 111010011010110110001101111001001011101010010101111011111011110110111000111011111011110110111001111010011001101110001001 | e9ad8de4ba95efbdb8efbdb9e99b89 |
UHC | ?井??雉 | 00111111111011111100110000111111001111111111011011001011 | 3fefcc3f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)