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 | 章肆? | 1000111111001101111000111110011000111111 | 8fcde3e63f |
EUC-JP | 章肆? | 1011111011001111111001101110100000111111 | becfe6e83f |
UTF-8 | 章肆렰 | 111001111010101110100000111010001000001010000110111010111010000010110000 | e7aba0e88286eba0b0 |
UHC | 章肆렰 | 111011011111000111011110111010111000111010111101 | edf1deeb8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)