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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 怏??怡?B | 1001110010001001001111110011111110011100011111010011111101000010 | 9c893f3f9c7d3f42 |
EUC-JP | 怏??怡?B | 1101011111101001001111110011111111010111110111100011111101000010 | d7e93f3fd7de3f42 |
UTF-8 | 怏얠늿怡톅B | 11100110100000001000111111101100100101101010000011101011100010101011111111100110100000001010000111101101100001101000010101000010 | e6808fec96a0eb8abfe680a1ed868542 |
UHC | 怏얠늿怡톅B | 1110010011101000101111101110110010001000100010001110110010101110101101110101011001000010 | e4e8beec8888ecaeb75642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)