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 | 陷溢凵 | 111010001001110010001000111011001001100110000001 | e89c88ec9981 |
EUC-JP | 陷溢凵 | 111011111111110010110000111011101101000111100001 | effcb0eed1e1 |
UTF-8 | 陷溢凵 | 111010011001100110110111111001101011101010100010111001011000011110110101 | e999b7e6baa2e587b5 |
UHC | 陷溢? | 1111100111101000111011001110111000111111 | f9e8ecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)