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 | 跣零脅 | 111001101110111110010111111010111000101110111010 | e6ef97eb8bba |
EUC-JP | 跣零脅 | 111011001111000111001110111011011011011010111100 | ecf1ceedb6bc |
UTF-8 | 跣零脅 | 111010001011011110100011111010011001101110110110111010001000010010000101 | e8b7a3e99bb6e88485 |
UHC | 跣零脅 | 111000001101001111010110110000111111101011110110 | e0d3d6c3faf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)