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 | 艇汽 | 10010010111110001000101101000100 | 92f88b44 |
EUC-JP | 艇汽 | 11000100111110101011010110100101 | c4fab5a5 |
UTF-8 | 艇汽 | 111010001000100110000111111001101011000110111101 | e88987e6b1bd |
UHC | 艇汽 | 11101111111100111101000110101001 | eff3d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)