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 | 線o | 10010000111111001000001010001111 | 90fc828f |
EUC-JP | 線o | 11000000111111101010001111101111 | c0fea3ef |
UTF-8 | 線o | 111001111011011110011010111011111011110110001111 | e7b79aefbd8f |
UHC | 線o | 11100000110010101010001111101111 | e0caa3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)