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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 霑ケy | 11101000101111111011100101111001 | e8bfb979 |
EUC-JP | 霑ケy | 1111000011000001100011101011100101111001 | f0c18eb979 |
UTF-8 | 霑ケy | 11101001100111001001000111101111101111011011100101111001 | e99c91efbdb979 |
UHC | 霑?y | 11101111110001010011111101111001 | efc53f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)