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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雎コ雎コ^ | 11101000101100011011101011101000101100011011101001011110 | e8b1bae8b1ba5e |
EUC-JP | 雎コ雎コ^ | 111100001011001110001110101110101111000010110011100011101011101001011110 | f0b38ebaf0b38eba5e |
UTF-8 | 雎コ雎コ^ | 11101001100110111000111011101111101111011011101011101001100110111000111011101111101111011011101001011110 | e99b8eefbdbae99b8eefbdba5e |
UHC | 雎?雎?^ | 11101110110100010011111111101110110100010011111101011110 | eed13feed13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)