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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縟鏥悶 | 111000110111010011101000010101001001011011100011 | e374e85496e3 |
EUC-JP | 縟鏥悶 | 111001011101010111101111101101011100110011100101 | e5d5efb5cce5 |
UTF-8 | 縟鏥悶 | 111001111011100010011111111010011000111110100101111001101000001010110110 | e7b89fe98fa5e682b6 |
UHC | 縟?悶 | 1110100110110010001111111101101010111111 | e9b23fdabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)