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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 偲悉@偲悉@B | 1000111011000011100011101011101101000000100011101100001110001110101110110100000001000010 | 8ec38ebb408ec38ebb4042 |
EUC-JP | 偲悉@偲悉@B | 1011110011000101101111001011110101000000101111001100010110111100101111010100000001000010 | bcc5bcbd40bcc5bcbd4042 |
UTF-8 | 偲悉@偲悉@B | 111001011000000110110010111001101000001010001001010000001110010110000001101100101110011010000010100010010100000001000010 | e581b2e6828940e581b2e682894042 |
UHC | ?悉@?悉@B | 001111111110001111111010010000000011111111100011111110100100000001000010 | 3fe3fa403fe3fa4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)