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 | 」ゥV | 11101111101111011010001111101111101111011010100101010110 | efbda3efbda956 |
SJIS-WIN | ??£???V | 0011111100111111100000011001001000111111001111110011111101010110 | 3f3f81923f3f3f56 |
EUC-JP | ��V | 1000111110101011110000010011111110100001111100101000111110101011110000010011111110001111101000101110110101010110 | 8fabc13fa1f28fabc13f8fa2ed56 |
UTF-8 | 」ゥV | 11000011101011111100001010111101110000101010001111000011101011111100001010111101110000101010100101010110 | c3afc2bdc2a3c3afc2bdc2a956 |
UHC | ?½??½?V | 001111111010100011110110001111110011111110101000111101100011111101010110 | 3fa8f63f3fa8f63f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)