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? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 巐わ亞c巐 | 111110101011011010000010111011011001100010110001011000111111101010110110 | fab682ed98b163fab6 |
EUC-JP | 巐わ亞c巐 | 1000111110111011111110011010010011101111110100001011001101100011100011111011101111111001 | 8fbbf9a4efd0b3638fbbf9 |
UTF-8 | 巐わ亞c巐 | 11100101101101111001000011100011100000101000111111100100101110101001111001100011111001011011011110010000 | e5b790e3828fe4ba9e63e5b790 |
UHC | ?わ亞c? | 00111111101010101110111111100100101011000110001100111111 | 3faaefe4ac633f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)