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 | 癧蜩}癧蜩{^ | 1110000110011100111001011001001101111101111000011001110011100101100100110111101101011110 | e19ce5937de19ce5937b5e |
EUC-JP | 癧蜩}癧蜩{^ | 1110000111111100111010011111001101111101111000011111110011101001111100110111101101011110 | e1fce9f37de1fce9f37b5e |
UTF-8 | 癧蜩}癧蜩{^ | 111001111001100110100111111010001001110010101001011111011110011110011001101001111110100010011100101010010111101101011110 | e799a7e89ca97de799a7e89ca97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)