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 | 譎葛 | 11100110100110011000101010001011 | e6998a8b |
EUC-JP | 譎葛 | 11101011111110011011001111101011 | ebf9b3eb |
UTF-8 | 譎葛 | 111010001010110110001110111010001001000110011011 | e8ad8ee8919b |
UHC | 譎葛 | 11111101110100101100101011100111 | fdd2cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)