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 | 章盲? | 1000111111001101100101101101001100111111 | 8fcd96d33f |
EUC-JP | 章盲? | 1011111011001111110011001101010100111111 | becfccd53f |
UTF-8 | 章盲렩 | 111001111010101110100000111001111001101110110010111010111010000010101001 | e7aba0e79bb2eba0a9 |
UHC | 章盲렩 | 111011011111000111011000111011101000111010110111 | edf1d8ee8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)