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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艇懦 | 10010010111110001001110011101101 | 92f89ced |
EUC-JP | 艇懦 | 11000100111110101101100011101111 | c4fad8ef |
UTF-8 | 艇懦 | 111010001000100110000111111001101000011110100110 | e88987e687a6 |
UHC | 艇懦 | 11101111111100111101000111010111 | eff3d1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)