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 | ÌåÞõ | 11001100111001011101111011110101 | cce5def5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÌåÞõ | 100011111010101011000000100011111010101110101001100011111010100110110000100011111010101111011000 | 8faac08faba98fa9b08fabd8 |
UTF-8 | ÌåÞõ | 1100001110001100110000111010010111000011100111101100001110110101 | c38cc3a5c39ec3b5 |
UHC | ??Þ? | 0011111100111111101010001010110100111111 | 3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)