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 | 霑識] | 1110100010111111100011101010111101011101 | e8bf8eaf5d |
EUC-JP | 霑識] | 1111000011000001101111001011000101011101 | f0c1bcb15d |
UTF-8 | 霑識] | 11101001100111001001000111101000101011011001100001011101 | e99c91e8ad985d |
UHC | 霑識] | 1110111111000101111000111101101101011101 | efc5e3db5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)