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 | 濟?殞?? | 11100000010110100011111110011111011011010011111100111111 | e05a3f9f6d3f3f |
EUC-JP | 濟?殞?? | 11011111101110110011111111011101110011100011111100111111 | dfbb3fddce3f3f |
UTF-8 | 濟렢殞렓롈 | 111001101011111110011111111010111010000010100010111001101010111010011110111010111010000010010011111010111010000110001000 | e6bf9feba0a2e6ae9eeba093eba188 |
UHC | 濟렢殞렓롈 | 11110000101011011000111010110011111010011111100110001110101010001000111011001110 | f0ad8eb3e9f98ea88ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)