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 | 藪沿 | 11100101010011011000100110001000 | e54d8988 |
EUC-JP | 藪沿 | 11101001101011101011000111101000 | e9aeb1e8 |
UTF-8 | 藪沿 | 111010001001011110101010111001101011001010111111 | e897aae6b2bf |
UHC | 藪沿 | 11100010101111111110011011001101 | e2bfe6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)