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¾ñèÈ | 11111011010101101000111010111110111100011110100011001000 | fb568ebef1e8c8 |
SJIS-WIN | ?V????? | 00111111010101100011111100111111001111110011111100111111 | 3f563f3f3f3f3f |
EUC-JP | ûV??ñèÈ | 100011111010101111100101010101100011111100111111100011111010101111010000100011111010101110110010100011111010101010110010 | 8fabe5563f3f8fabd08fabb28faab2 |
UTF-8 | ûV¾ñèÈ | 11000011101110110101011011000010100011101100001010111110110000111011000111000011101010001100001110001000 | c3bb56c28ec2bec3b1c3a8c388 |
UHC | ?V?¾??? | 0011111101010110001111111010100011111010001111110011111100111111 | 3f563fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)