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 | 屑蘚 | 10001011111110111110010101100100 | 8bfbe564 |
EUC-JP | 屑蘚 | 10110110111111011110100111000101 | b6fde9c5 |
UTF-8 | 屑蘚 | 111001011011000110010001111010001001100010011010 | e5b191e8989a |
UHC | 屑蘚 | 11100000110110101110000011010000 | e0dae0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)