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 | 峯藪 | 10010101111101011110010101001101 | 95f5e54d |
EUC-JP | 峯藪 | 11001010111101111110100110101110 | caf7e9ae |
UTF-8 | 峯藪 | 111001011011001110101111111010001001011110101010 | e5b3afe897aa |
UHC | 峯藪 | 11011100111001111110001010111111 | dce7e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)