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 | 焏汐銧 | 111110110101001110001110101011001111101111001100 | fb538eacfbcc |
EUC-JP | 焏汐銧 | 1000111111001001111010011011110010101110100011111110010010100110 | 8fc9e9bcae8fe4a6 |
UTF-8 | 焏汐銧 | 111001111000010010001111111001101011000110010000111010011000101010100111 | e7848fe6b190e98aa7 |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)