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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棚多存竪 | 1001001001001001100100011011110110010001101101101001001001000111 | 924991bd91b69247 |
EUC-JP | 棚多存竪 | 1100001110101010110000101011111111000010101110001100001110101000 | c3aac2bfc2b8c3a8 |
UTF-8 | 棚多存竪 | 111001101010001110011010111001011010010010011010111001011010110110011000111001111010101110101010 | e6a39ae5a49ae5ad98e7abaa |
UHC | 棚多存竪 | 1101110111011100110100101111110111110000111011011110001010110101 | dddcd2fdf0ede2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)