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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 迪房}迪房{^ | 1110011110001100100101100101101101111101111001111000110010010110010110110111101101011110 | e78c965b7de78c965b7b5e |
EUC-JP | 迪房}迪房{^ | 1110110111101100110010111011110001111101111011011110110011001011101111000111101101011110 | edeccbbc7dedeccbbc7b5e |
UTF-8 | 迪房}迪房{^ | 111010001011111110101010111001101000100010111111011111011110100010111111101010101110011010001000101111110111101101011110 | e8bfaae688bf7de8bfaae688bf7b5e |
UHC | 迪房}迪房{^ | 1110111011101000110110111010111001111101111011101110100011011011101011100111101101011110 | eee8dbae7deee8dbae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)