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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 循宿煙E | 10001111011110101000111101101000100010011000110001000101 | 8f7a8f68898c45 |
EUC-JP | 循宿煙E | 10111101110110111011110111001001101100011110110001000101 | bddbbdc9b1ec45 |
UTF-8 | 循宿煙E | 11100101101111101010101011100101101011101011111111100111100001011001100101000101 | e5beaae5aebfe7859945 |
UHC | 循宿煙E | 11100010111000001110001011010110111001101101010101000101 | e2e0e2d6e6d545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)