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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逖エ辯オ | 111001111001100010110100111001111000011110110101 | e798b4e787b5 |
EUC-JP | 逖エ辯オ | 1110110111111000100011101011010011101101111001111000111010110101 | edf88eb4ede78eb5 |
UTF-8 | 逖エ辯オ | 111010011000000010010110111011111011110110110100111010001011111010101111111011111011110110110101 | e98096efbdb4e8beafefbdb5 |
UHC | ??辯? | 0011111100111111110111001010101000111111 | 3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)