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^ | 100110001101000100111111001111110110010101011110 | 98d13f3f655e |
EUC-JP | 佯??e^ | 110100001101001100111111001111110110010101011110 | d0d33f3f655e |
UTF-8 | 佯딀텊e^ | 1110010010111101101011111110101110010100100000001110110110000101100010100110010101011110 | e4bdafeb9480ed858a655e |
UHC | 佯딀텊e^ | 1110010110111010100010101110011010110110100001110110010101011110 | e5ba8ae6b687655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)