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 | 章勘? | 1000111111001101100010101010100000111111 | 8fcd8aa83f |
EUC-JP | 章勘? | 1011111011001111101101001010101000111111 | becfb4aa3f |
UTF-8 | 章勘렮 | 111001111010101110100000111001011000101110011000111010111010000010101110 | e7aba0e58b98eba0ae |
UHC | 章勘렮 | 111011011111000111001010111010111000111010111011 | edf1caeb8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)