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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腫?淫?? | 10001110111011100011111110001000111110100011111100111111 | 8eee3f88fa3f3f |
EUC-JP | 腫?淫?? | 10111100111100000011111110110000111111000011111100111111 | bcf03fb0fc3f3f |
UTF-8 | 腫렓淫꿴렖 | 111010001000010110101011111010111010000010010011111001101011011110101011111010101011111110110100111010111010000010010110 | e885abeba093e6b7abeabfb4eba096 |
UHC | 腫렓淫꿴렖 | 11110000111111101000111010101000111010111110001010110010111010011000111010101011 | f0fe8ea8ebe2b2e98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)