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 | 治タ楨 | 111100011110000010001110101000011111000010100110110000001111101011101001 | f1e08ea1f0a6c0fae9 |
EUC-JP | ?治?タ楨 | 001111111011110010100011001111111000111011000000100011111100010011001100 | 3fbca33f8ec08fc4cc |
UTF-8 | 治タ楨 | 111011101000010110011011111001101011001010111011111011101000000110100101111011111011111010000000111001101010010110101000 | ee859be6b2bbee81a5efbe80e6a5a8 |
UHC | ?治??楨 | 00111111111101101011110100111111001111111110111111011111 | 3ff6bd3f3fefdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)