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 | 善逍}善逍{^ | 1001000101010000111001111001011001111101100100010101000011100111100101100111101101011110 | 9150e7967d9150e7967b5e |
EUC-JP | 善逍}善逍{^ | 1100000110110001111011011111011001111101110000011011000111101101111101100111101101011110 | c1b1edf67dc1b1edf67b5e |
UTF-8 | 善逍}善逍{^ | 111001011001011010000100111010011000000010001101011111011110010110010110100001001110100110000000100011010111101101011110 | e59684e9808d7de59684e9808d7b5e |
UHC | 善逍}善逍{^ | 1110000010111100111000011100111001111101111000001011110011100001110011100111101101011110 | e0bce1ce7de0bce1ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)