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 | ??^vB | 0011111100111111010111100111011001000010 | 3f3f5e7642 |
SJIS-WIN | 偲磁^vB | 10001110110000111000111010100101010111100111011001000010 | 8ec38ea55e7642 |
EUC-JP | 偲磁^vB | 10111100110001011011110010100111010111100111011001000010 | bcc5bca75e7642 |
UTF-8 | 偲磁^vB | 111001011000000110110010111001111010001110000001010111100111011001000010 | e581b2e7a3815e7642 |
UHC | ?磁^vB | 001111111110110110111000010111100111011001000010 | 3fedb85e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)