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 | 爰瑁}爰瑁{^ | 1110000010100111111000001110111001111101111000001010011111100000111011100111101101011110 | e0a7e0ee7de0a7e0ee7b5e |
EUC-JP | 爰瑁}爰瑁{^ | 1110000010101001111000001111000001111101111000001010100111100000111100000111101101011110 | e0a9e0f07de0a9e0f07b5e |
UTF-8 | 爰瑁}爰瑁{^ | 111001111000100010110000111001111001000110000001011111011110011110001000101100001110011110010001100000010111101101011110 | e788b0e791817de788b0e791817b5e |
UHC | 爰瑁}爰瑁{^ | 1110101010111010110110011100000101111101111010101011101011011001110000010111101101011110 | eabad9c17deabad9c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)