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 | 艇肌 | 10010010111110001001010010100111 | 92f894a7 |
EUC-JP | 艇肌 | 11000100111110101100100010101001 | c4fac8a9 |
UTF-8 | 艇肌 | 111010001000100110000111111010001000001010001100 | e88987e8828c |
UHC | 艇肌 | 11101111111100111101000110111111 | eff3d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)