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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 陦崎キ」e^ | 1110100010100001100011011110100010110111101000110110010101011110 | e8a18de8b7a3655e |
EUC-JP | 陦崎キ」e^ | 11110000101000111011101011101010100011101011011110001110101000110110010101011110 | f0a3baea8eb78ea3655e |
UTF-8 | 陦崎キ」e^ | 1110100110011001101001101110010110110100100011101110111110111101101101111110111110111101101000110110010101011110 | e999a6e5b48eefbdb7efbda3655e |
UHC | ?崎??e^ | 00111111110100001111100000111111001111110110010101011110 | 3fd0f83f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)