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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 杓弦] | 1000111011011011100011001011011101011101 | 8edb8cb75d |
EUC-JP | 杓弦] | 1011110011011101101110001011100101011101 | bcddb8b95d |
UTF-8 | 杓弦] | 11100110100111011001001111100101101111001010011001011101 | e69d93e5bca65d |
UHC | 杓弦] | 1111100011110101111110101101011101011101 | f8f5fad75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)