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 | ÛÈ~ | 110110111100100001111110 | dbc87e |
SJIS-WIN | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | ÛÈ~ | 10001111101010101110010110001111101010101011001001111110 | 8faae58faab27e |
UTF-8 | ÛÈ~ | 1100001110011011110000111000100001111110 | c39bc3887e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)