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 | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
SJIS-WIN | ???^vB | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
EUC-JP | ???^vB | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
UTF-8 | 묭몿뫅^vB | 111010111010110010101101111010111010101010111111111010111010101110000101010111100111011001000010 | ebacadebaabfebab855e7642 |
UHC | 묭몿뫅^vB | 100100100100010010010001101000111001000110101000010111100111011001000010 | 924491a391a85e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)