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 | 邀?Н | 1110011110110001001111111000010001001110 | e7b13f844e |
EUC-JP | 邀?Н | 1110111010110011001111111010011110101111 | eeb33fa7af |
UTF-8 | 邀싲Н | 1110100110000010100000001110110010001011101100101101000010011101 | e98280ec8bb2d09d |
UHC | 邀싲Н | 111010011010110110011010111010111010110010101111 | e9ad9aebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)