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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 萓∬洳e^ | 1110010010111110100000011110100010011111101011000110010101011110 | e4be81e89fac655e |
EUC-JP | 萓∬洳e^ | 1110100011000000101000101110101011011110101011100110010101011110 | e8c0a2eadeae655e |
UTF-8 | 萓∬洳e^ | 1110100010010000100100111110001010001000101011001110011010110100101100110110010101011110 | e89093e288ace6b4b3655e |
UHC | ?∬?e^ | 001111111010000111110011001111110110010101011110 | 3fa1f33f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)