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 | 銷坑褪 | 111001111111011110001101010000101110010111110010 | e7f78d42e5f2 |
EUC-JP | 銷坑褪 | 111011101111100110111001101000111110101011110100 | eef9b9a3eaf4 |
UTF-8 | 銷坑褪 | 111010011000101010110111111001011001110110010001111010001010010010101010 | e98ab7e59d91e8a4aa |
UHC | 銷坑褪 | 111000011101000111001011110101011111011111011011 | e1d1cbd5f7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)