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 | 雕牙動 | 111010001011100010001001111001011001001110101110 | e8b889e593ae |
EUC-JP | 雕牙動 | 111100001011101010110010111001111100011010110000 | f0bab2e7c6b0 |
UTF-8 | 雕牙動 | 111010011001101110010101111001111000100110011001111001011000101110010101 | e99b95e78999e58b95 |
UHC | 雕牙動 | 111100001110011111100100101100111101010011010001 | f0e7e4b3d4d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)