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 | 褞畷團 | 111001011111000010010011111010111001101010100011 | e5f093eb9aa3 |
EUC-JP | 褞畷團 | 111010101111001011000110111011011101010010100101 | eaf2c6edd4a5 |
UTF-8 | 褞畷團 | 111010001010010010011110111001111001010110110111111001011001110010011000 | e8a49ee795b7e59c98 |
UHC | ??團 | 00111111001111111101001110100101 | 3f3fd3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)