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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 彛?? | 1000111110111100111110100011111100111111 | 8fbcfa3f3f |
UTF-8 | 彛렭卽 | 111001011011110110011011111010111010000010101101111001011000110110111101 | e5bd9beba0ade58dbd |
UHC | 彛렭卽 | 111011001010110110001110101110101111000111101101 | ecad8ebaf1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)