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ßþ | 1101111111111110011010001101111111111110 | dffe68dffe |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ßþhßþ | 10001111101010011100111010001111101010011101000001101000100011111010100111001110100011111010100111010000 | 8fa9ce8fa9d0688fa9ce8fa9d0 |
UTF-8 | ßþhßþ | 110000111001111111000011101111100110100011000011100111111100001110111110 | c39fc3be68c39fc3be |
UHC | ßþhßþ | 101010011010110010101001101011010110100010101001101011001010100110101101 | a9aca9ad68a9aca9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)