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 | 鞐也柄 | 111010001101111010010110111001111001010110111111 | e8de96e795bf |
EUC-JP | 鞐也柄 | 111100001110000011001100111010011100101011000001 | f0e0cce9cac1 |
UTF-8 | 鞐也柄 | 111010011001111010010000111001001011100110011111111001101001111110000100 | e99e90e4b99fe69f84 |
UHC | ?也柄 | 0011111111100101101001011101110010110111 | 3fe5a5dcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)