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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈐メ邇、軸 | 1111101111000010110100101110011110001110101001001000111010110010 | fbc2d2e78ea48eb2 |
EUC-JP | 鈐メ邇、軸 | 1000111111100011110000011000111011010010111011011110111010001110101001001011110010110100 | 8fe3c18ed2edee8ea4bcb4 |
UTF-8 | 鈐メ邇、軸 | 111010011000100010010000111011111011111010010010111010011000001010000111111011111011110110100100111010001011101110111000 | e98890efbe92e98287efbda4e8bbb8 |
UHC | 鈐?邇?軸 | 1100110010100010001111111110110011000100001111111111010111101110 | cca23fecc43ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)