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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 大怯 | 10010001111001011000101110101111 | 91e58baf |
EUC-JP | 大怯 | 11000010111001111011011010110001 | c2e7b6b1 |
UTF-8 | 大怯 | 111001011010010010100111111001101000000010101111 | e5a4a7e680af |
UHC | 大怯 | 11010011110111101100110010100101 | d3decca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)