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 | ?羞}?羞{^ | 001111111110001110110101011111010011111111100011101101010111101101011110 | 3fe3b57d3fe3b57b5e |
EUC-JP | ?羞}?羞{^ | 001111111110011010110111011111010011111111100110101101110111101101011110 | 3fe6b77d3fe6b77b5e |
UTF-8 | 쓆羞}쓆羞{^ | 111011001001001110000110111001111011111010011110011111011110110010010011100001101110011110111110100111100111101101011110 | ec9386e7be9e7dec9386e7be9e7b5e |
UHC | 쓆羞}쓆羞{^ | 1001110101100001111000101011101001111101100111010110000111100010101110100111101101011110 | 9d61e2ba7d9d61e2ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)