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 | ßÑhTB | 1101111111010001011010000101010001000010 | dfd1685442 |
SJIS-WIN | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
EUC-JP | ßÑhTB | 100011111010100111001110100011111010101011010000011010000101010001000010 | 8fa9ce8faad0685442 |
UTF-8 | ßÑhTB | 11000011100111111100001110010001011010000101010001000010 | c39fc391685442 |
UHC | ß?hTB | 101010011010110000111111011010000101010001000010 | a9ac3f685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)