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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 怏??怡?^ | 1001110010001001001111110011111110011100011111010011111101011110 | 9c893f3f9c7d3f5e |
EUC-JP | 怏??怡?^ | 1101011111101001001111110011111111010111110111100011111101011110 | d7e93f3fd7de3f5e |
UTF-8 | 怏얠늿怡톋^ | 11100110100000001000111111101100100101101010000011101011100010101011111111100110100000001010000111101101100001101000101101011110 | e6808fec96a0eb8abfe680a1ed868b5e |
UHC | 怏얠늿怡톋^ | 1110010011101000101111101110110010001000100010001110110010101110101101110110000101011110 | e4e8beec8888ecaeb7615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)