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¾ñè | 111110110101011010001110101111101111000111101000 | fb568ebef1e8 |
SJIS-WIN | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
EUC-JP | ûV??ñè | 100011111010101111100101010101100011111100111111100011111010101111010000100011111010101110110010 | 8fabe5563f3f8fabd08fabb2 |
UTF-8 | ûV¾ñè | 1100001110111011010101101100001010001110110000101011111011000011101100011100001110101000 | c3bb56c28ec2bec3b1c3a8 |
UHC | ?V?¾?? | 00111111010101100011111110101000111110100011111100111111 | 3f563fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)