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 | 111100101011010110001110101100001111101101001000 | f2b58eb0fb48 |
SJIS-WIN | ???°?H | 00111111001111110011111110000001100010110011111101001000 | 3f3f3f818b3f48 |
EUC-JP | ò??°ûH | 1000111110101011110100100011111100111111101000011110101110001111101010111110010101001000 | 8fabd23f3fa1eb8fabe548 |
UTF-8 | òµ°ûH | 1100001110110010110000101011010111000010100011101100001010110000110000111011101101001000 | c3b2c2b5c28ec2b0c3bb48 |
UHC | ???°?H | 00111111001111110011111110100001110001100011111101001000 | 3f3f3fa1c63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)