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 | 阮帶攵 | 111010001001011010011011111001101001110110111100 | e8969be69dbc |
EUC-JP | 阮帶攵 | 111011111111011011010110111010001101101010111110 | eff6d6e8dabe |
UTF-8 | 阮帶攵 | 111010011001100010101110111001011011100010110110111001101001010010110101 | e998aee5b8b6e694b5 |
UHC | 阮帶? | 1110100011010110110100111110000100111111 | e8d6d3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)