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 | 治実治捨治 | 10001110101000011000111011000000100011101010000110001110110011001000111010100001 | 8ea18ec08ea18ecc8ea1 |
EUC-JP | 治実治捨治 | 10111100101000111011110011000010101111001010001110111100110011101011110010100011 | bca3bcc2bca3bccebca3 |
UTF-8 | 治実治捨治 | 111001101011001010111011111001011010111010011111111001101011001010111011111001101000110110101000111001101011001010111011 | e6b2bbe5ae9fe6b2bbe68da8e6b2bb |
UHC | 治?治捨治 | 111101101011110100111111111101101011110111011110110101111111011010111101 | f6bd3ff6bdded7f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)