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 | 髓彦 | 11101001100100101001010101000110 | e9929546 |
EUC-JP | 髓彦 | 11110001111100101100100110100111 | f1f2c9a7 |
UTF-8 | 髓彦 | 111010011010101110010011111001011011110110100110 | e9ab93e5bda6 |
UHC | 髓彦 | 11100010110100001110010111101001 | e2d0e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)