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 | 意?? | 10001000110100110011111100111111 | 88d33f3f |
EUC-JP | 意?? | 10110000110101010011111100111111 | b0d53f3f |
UTF-8 | 意밸ㅅ | 111001101000010010001111111010111011000010111000111000111000010110000101 | e6848febb0b8e38585 |
UHC | 意밸ㅅ | 111010111111001010111001111010111010010010110101 | ebf2b9eba4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)