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¾ñù½ | 1111101101010110100011101011111011110001111110011000111010111101 | fb568ebef1f98ebd |
SJIS-WIN | ?V?????? | 0011111101010110001111110011111100111111001111110011111100111111 | 3f563f3f3f3f3f3f |
EUC-JP | ûV??ñù?? | 1000111110101011111001010101011000111111001111111000111110101011110100001000111110101011111000110011111100111111 | 8fabe5563f3f8fabd08fabe33f3f |
UTF-8 | ûV¾ñù½ | 110000111011101101010110110000101000111011000010101111101100001110110001110000111011100111000010100011101100001010111101 | c3bb56c28ec2bec3b1c3b9c28ec2bd |
UHC | ?V?¾???½ | 00111111010101100011111110101000111110100011111100111111001111111010100011110110 | 3f563fa8fa3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)