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 | 顆ス蜩井ソ | 1110100011110111101111011110010110010011100010001110010010111111 | e8f7bde59388e4bf |
EUC-JP | 顆ス蜩井ソ | 11110000111110011000111010111101111010011111001110110000111001101000111010111111 | f0f98ebde9f3b0e68ebf |
UTF-8 | 顆ス蜩井ソ | 111010011010000110000110111011111011110110111101111010001001110010101001111001001011101010010101111011111011110110111111 | e9a186efbdbde89ca9e4ba95efbdbf |
UHC | 顆??井? | 11001110101010000011111100111111111011111100110000111111 | cea83f3fefcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)