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¾ò³ | 111110110101011010001110101111101111001010110011 | fb568ebef2b3 |
SJIS-WIN | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
EUC-JP | ûV??ò? | 10001111101010111110010101010110001111110011111110001111101010111101001000111111 | 8fabe5563f3f8fabd23f |
UTF-8 | ûV¾ò³ | 1100001110111011010101101100001010001110110000101011111011000011101100101100001010110011 | c3bb56c28ec2bec3b2c2b3 |
UHC | ?V?¾?³ | 0011111101010110001111111010100011111010001111111010100111111000 | 3f563fa8fa3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)