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 | ???^\ | 0011111100111111001111110101111001011100 | 3f3f3f5e5c |
SJIS-WIN | 巐わ丕^\ | 1111101010110110100000101110110110011000101000010101111001011100 | fab682ed98a15e5c |
EUC-JP | 巐わ丕^\ | 100011111011101111111001101001001110111111010000101000110101111001011100 | 8fbbf9a4efd0a35e5c |
UTF-8 | 巐わ丕^\ | 1110010110110111100100001110001110000010100011111110010010111000100101010101111001011100 | e5b790e3828fe4b8955e5c |
UHC | ?わ丕^\ | 00111111101010101110111111011101111000000101111001011100 | 3faaefdde05e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)