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 | ?藪 | 001111111110010101001101 | 3fe54d |
EUC-JP | 搔藪 | 1000111111000000110010111110100110101110 | 8fc0cbe9ae |
UTF-8 | 搔藪 | 111001101001000010010100111010001001011110101010 | e69094e897aa |
UHC | 搔藪 | 11100001101110001110001010111111 | e1b8e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)