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 | 鞐肴流 | 111010001101111010001101111001101001011110101100 | e8de8de697ac |
EUC-JP | 鞐肴流 | 111100001110000010111010111010001100111010101110 | f0e0bae8ceae |
UTF-8 | 鞐肴流 | 111010011001111010010000111010001000001010110100111001101011010110000001 | e99e90e882b4e6b581 |
UHC | ?肴流 | 0011111111111101101000101101011110110101 | 3ffda2d7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)