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 | 1110000011001101100100010100010001000101 | e0cd914445 |
EUC-JP | 猩船E | 1110000011001111110000011010010101000101 | e0cfc1a545 |
UTF-8 | 猩船E | 11100111100011001010100111101000100010001011100101000101 | e78ca9e888b945 |
UHC | 猩船E | 1110000011111010111000001100111101000101 | e0fae0cf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)