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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 謦畷キゎ鉛c^ | 1110011010010010100100111110101110110111100000101110110010001001100101000110001101011110 | e69293ebb782ec8994635e |
EUC-JP | 謦畷キゎ鉛c^ | 111010111111001011000110111011011000111010110111101001001110111010110001111101000110001101011110 | ebf2c6ed8eb7a4eeb1f4635e |
UTF-8 | 謦畷キゎ鉛c^ | 1110100010101100101001101110011110010101101101111110111110111101101101111110001110000010100011101110100110001001100110110110001101011110 | e8aca6e795b7efbdb7e3828ee9899b635e |
UHC | ???ゎ鉛c^ | 001111110011111100111111101010101110111011100110111001110110001101011110 | 3f3f3faaeee6e7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)