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 | 虎埃}虎埃{^ | 1000110011010101100110101011101001111101100011001101010110011010101110100111101101011110 | 8cd59aba7d8cd59aba7b5e |
EUC-JP | 虎埃}虎埃{^ | 1011100011010111110101001011110001111101101110001101011111010100101111000111101101011110 | b8d7d4bc7db8d7d4bc7b5e |
UTF-8 | 虎埃}虎埃{^ | 111010001001100110001110111001011001111110000011011111011110100010011001100011101110010110011111100000110111101101011110 | e8998ee59f837de8998ee59f837b5e |
UHC | 虎埃}虎埃{^ | 1111101111011011111001001110111101111101111110111101101111100100111011110111101101011110 | fbdbe4ef7dfbdbe4ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)