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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱??瓮 | 100011101110001100111111001111111110000101000100 | 8ee33f3fe144 |
EUC-JP | 弱??瓮 | 101111001110010100111111001111111110000110100101 | bce53f3fe1a5 |
UTF-8 | 弱뤷깷瓮 | 111001011011110010110001111010111010010010110111111010101011100110110111111001111001001110101110 | e5bcb1eba4b7eab9b7e793ae |
UHC | 弱뤷깷瓮 | 1110010110110000100011111110010110000011101001011110100010110111 | e5b08fe583a5e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)