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 | 瑤識}瑤識{^ | 1110101010100010100011101010111101111101111010101010001010001110101011110111101101011110 | eaa28eaf7deaa28eaf7b5e |
EUC-JP | 瑤識}瑤識{^ | 1111010010100100101111001011000101111101111101001010010010111100101100010111101101011110 | f4a4bcb17df4a4bcb17b5e |
UTF-8 | 瑤識}瑤識{^ | 111001111001000110100100111010001010110110011000011111011110011110010001101001001110100010101101100110000111101101011110 | e791a4e8ad987de791a4e8ad987b5e |
UHC | 瑤識}瑤識{^ | 1110100011111101111000111101101101111101111010001111110111100011110110110111101101011110 | e8fde3db7de8fde3db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)