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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊o衆萬 | 1110010010110101100000101000111110001111010011111110010011011101 | e4b5828f8f4fe4dd |
EUC-JP | 莊o衆萬 | 1110100010110111101000111110111110111101101100001110100011011111 | e8b7a3efbdb0e8df |
UTF-8 | 莊o衆萬 | 111010001000111010001010111011111011110110001111111010001010000110000110111010001001000010101100 | e88e8aefbd8fe8a186e890ac |
UHC | 莊o衆萬 | 1110110111110110101000111110111111110001111010111101100010111111 | edf6a3eff1ebd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)