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 | 鄂ィ蝓 | 1110011110111101101010001110010110011111 | e7bda8e59f |
EUC-JP | 鄂ィ蝓 | 111011101011111110001110101010001110101010100001 | eebf8ea8eaa1 |
UTF-8 | 鄂ィ蝓 | 111010011000010010000010111011111011110110101000111010001001110110010011 | e98482efbda8e89d93 |
UHC | 鄂?? | 11100100110001110011111100111111 | e4c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)