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 | 踵喜┯ | 111001101111100110001010111011001000010010110110 | e6f98aec84b6 |
EUC-JP | 踵喜┯ | 111011001111101110110100111011101010100010111000 | ecfbb4eea8b8 |
UTF-8 | 踵喜┯ | 111010001011100010110101111001011001011010011100111000101001010010101111 | e8b8b5e5969ce294af |
UHC | 踵喜┯ | 111100011010001011111101111011001010011010111000 | f1a2fdeca6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)