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 | 慂‘溜 | 100111001100100010000001011001011001011110101101 | 9cc8816597ad |
EUC-JP | 慂‘溜 | 110110001100101010100001110001101100111010101111 | d8caa1c6ceaf |
UTF-8 | 慂‘溜 | 111001101000010110000010111000101000000010011000111001101011101010011100 | e68582e28098e6ba9c |
UHC | 慂‘溜 | 111010011011110110100001101011101101011110110110 | e9bda1aed7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)