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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謌阪盾繖ケ | 111001101000100010001101111000111000111110000010111000111000010010111001 | e6888de38f82e384b9 |
EUC-JP | 謌阪盾繖ケ | 11101011111010001011101011100101101111011110001011100101111001001000111010111001 | ebe8bae5bde2e5e48eb9 |
UTF-8 | 謌阪盾繖ケ | 111010001010110010001100111010011001100010101010111001111001101110111110111001111011100110010110111011111011110110111001 | e8ac8ce998aae79bbee7b996efbdb9 |
UHC | ?阪盾?? | 00111111111110001010000111100010111010100011111100111111 | 3ff8a1e2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)