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 | 驩廂腸 | 111010011000100110011011111110011001001010110000 | e9899bf992b0 |
EUC-JP | 驩廂腸 | 111100011110100111010110111110111100010010110010 | f1e9d6fbc4b2 |
UTF-8 | 驩廂腸 | 111010011010100110101001111001011011101110000010111010001000010110111000 | e9a9a9e5bb82e885b8 |
UHC | 驩廂腸 | 111111001011111011011111110010111110110111110011 | fcbedfcbedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)