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 | ³Ûh³ | 10001110101100111000111011011011011010001000111010110011 | 8eb38edb688eb3 |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ???Ûh?? | 001111110011111100111111100011111010101011100101011010000011111100111111 | 3f3f3f8faae5683f3f |
UTF-8 | ³Ûh³ | 11000010100011101100001010110011110000101000111011000011100110110110100011000010100011101100001010110011 | c28ec2b3c28ec39b68c28ec2b3 |
UHC | ?³??h?³ | 001111111010100111111000001111110011111101101000001111111010100111111000 | 3fa9f83f3f683fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)