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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 叩辰E | 1001001001000000100100100100001101000101 | 9240924345 |
EUC-JP | 叩辰E | 1100001110100001110000111010010001000101 | c3a1c3a445 |
UTF-8 | 叩辰E | 11100101100011111010100111101000101111101011000001000101 | e58fa9e8beb045 |
UHC | 叩辰E | 1100110110110000111100101110001101000101 | cdb0f2e345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)