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 | 弱??鹽 | 100011101110001100111111001111111110101001100100 | 8ee33f3fea64 |
EUC-JP | 弱??鹽 | 101111001110010100111111001111111111001111000101 | bce53f3ff3c5 |
UTF-8 | 弱븀뀸鹽 | 111001011011110010110001111010111011100010000000111010111000000010111000111010011011100110111101 | e5bcb1ebb880eb80b8e9b9bd |
UHC | 弱븀뀸鹽 | 1110010110110000101110101110011110000101101011101110011110100100 | e5b0bae785aee7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)