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 | 1110110011111101100011101010010101010110 | ecfd8ea556 |
SJIS-WIN | ???¥V | 001111110011111100111111100000011000111101010110 | 3f3f3f818f56 |
EUC-JP | ìý??V | 100011111010101111000000100011111010101111110010001111110011111101010110 | 8fabc08fabf23f3f56 |
UTF-8 | ìý¥V | 110000111010110011000011101111011100001010001110110000101010010101010110 | c3acc3bdc28ec2a556 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)