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 | ߻h߻ | 1101111110111011011010001101111110111011 | dfbb68dfbb |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ß?hß? | 100011111010100111001110001111110110100010001111101010011100111000111111 | 8fa9ce3f688fa9ce3f |
UTF-8 | ߻h߻ | 110000111001111111000010101110110110100011000011100111111100001010111011 | c39fc2bb68c39fc2bb |
UHC | ß?hß? | 10101001101011000011111101101000101010011010110000111111 | a9ac3f68a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)