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 | 癰闇}癰闇{^ | 1110000110011110100010001100010101111101111000011001111010001000110001010111101101011110 | e19e88c57de19e88c57b5e |
EUC-JP | 癰闇}癰闇{^ | 1110000111111110101100001100011101111101111000011111111010110000110001110111101101011110 | e1feb0c77de1feb0c77b5e |
UTF-8 | 癰闇}癰闇{^ | 111001111001100110110000111010011001011110000111011111011110011110011001101100001110100110010111100001110111101101011110 | e799b0e997877de799b0e997877b5e |
UHC | 癰闇}癰闇{^ | 1110100010111001111001001110000101111101111010001011100111100100111000010111101101011110 | e8b9e4e17de8b9e4e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)