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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 謦畷キゎ鉛e^ | 1110011010010010100100111110101110110111100000101110110010001001100101000110010101011110 | e69293ebb782ec8994655e |
EUC-JP | 謦畷キゎ鉛e^ | 111010111111001011000110111011011000111010110111101001001110111010110001111101000110010101011110 | ebf2c6ed8eb7a4eeb1f4655e |
UTF-8 | 謦畷キゎ鉛e^ | 1110100010101100101001101110011110010101101101111110111110111101101101111110001110000010100011101110100110001001100110110110010101011110 | e8aca6e795b7efbdb7e3828ee9899b655e |
UHC | ???ゎ鉛e^ | 001111110011111100111111101010101110111011100110111001110110010101011110 | 3f3f3faaeee6e7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)