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 | ???a? | 0011111100111111001111110110000100111111 | 3f3f3f613f |
SJIS-WIN | 巐わ于a巐 | 111110101011011010000010111011011001100010110000011000011111101010110110 | fab682ed98b061fab6 |
EUC-JP | 巐わ于a巐 | 1000111110111011111110011010010011101111110100001011001001100001100011111011101111111001 | 8fbbf9a4efd0b2618fbbf9 |
UTF-8 | 巐わ于a巐 | 11100101101101111001000011100011100000101000111111100100101110101000111001100001111001011011011110010000 | e5b790e3828fe4ba8e61e5b790 |
UHC | ?わ于a? | 00111111101010101110111111101001110011010110000100111111 | 3faaefe9cd613f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)