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 | 槽帙? | 1001000110000101100110111110001100111111 | 91859be33f |
EUC-JP | 槽帙? | 1100000111100101110101101110010100111111 | c1e5d6e53f |
UTF-8 | 槽帙쏟 | 111001101010011110111101111001011011100010011001111011001000111110011111 | e6a7bde5b899ec8f9f |
UHC | 槽帙쏟 | 111100001100101111110010111011011011110111110001 | f0cbf2edbdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)