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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棚多存 | 100100100100100110010001101111011001000110110110 | 924991bd91b6 |
EUC-JP | 棚多存 | 110000111010101011000010101111111100001010111000 | c3aac2bfc2b8 |
UTF-8 | 棚多存 | 111001101010001110011010111001011010010010011010111001011010110110011000 | e6a39ae5a49ae5ad98 |
UHC | 棚多存 | 110111011101110011010010111111011111000011101101 | dddcd2fdf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)