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 | 便忻}便忻{^ | 1001010111010110100111000111011001111101100101011101011010011100011101100111101101011110 | 95d69c767d95d69c767b5e |
EUC-JP | 便忻}便忻{^ | 1100101011011000110101111101011101111101110010101101100011010111110101110111101101011110 | cad8d7d77dcad8d7d77b5e |
UTF-8 | 便忻}便忻{^ | 111001001011111010111111111001011011111110111011011111011110010010111110101111111110010110111111101110110111101101011110 | e4bebfe5bfbb7de4bebfe5bfbb7b5e |
UHC | 便?}便?{^ | 111110001011010100111111011111011111100010110101001111110111101101011110 | f8b53f7df8b53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)