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 | 二拮}二拮{^ | 1001001111110001100111010110100001111101100100111111000110011101011010000111101101011110 | 93f19d687d93f19d687b5e |
EUC-JP | 二拮}二拮{^ | 1100011011110011110110011100100101111101110001101111001111011001110010010111101101011110 | c6f3d9c97dc6f3d9c97b5e |
UTF-8 | 二拮}二拮{^ | 111001001011101010001100111001101000101110101110011111011110010010111010100011001110011010001011101011100111101101011110 | e4ba8ce68bae7de4ba8ce68bae7b5e |
UHC | 二拮}二拮{^ | 1110110010100011110100011100111101111101111011001010001111010001110011110111101101011110 | eca3d1cf7deca3d1cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)