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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 晶ハウッV | 100011111011101111001010101100111010111101010110 | 8fbbcab3af56 |
EUC-JP | 晶ハウッV | 101111101011110110001110110010101000111010110011100011101010111101010110 | bebd8eca8eb38eaf56 |
UTF-8 | 晶ハウッV | 11100110100110011011011011101111101111101000101011101111101111011011001111101111101111011010111101010110 | e699b6efbe8aefbdb3efbdaf56 |
UHC | 晶???V | 111011111101110000111111001111110011111101010110 | efdc3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)