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 | òµ°ì | 1111001010110101100011101011000011101100 | f2b58eb0ec |
SJIS-WIN | ???°? | 001111110011111100111111100000011000101100111111 | 3f3f3f818b3f |
EUC-JP | ò??°ì | 10001111101010111101001000111111001111111010000111101011100011111010101111000000 | 8fabd23f3fa1eb8fabc0 |
UTF-8 | òµ°ì | 11000011101100101100001010110101110000101000111011000010101100001100001110101100 | c3b2c2b5c28ec2b0c3ac |
UHC | ???°? | 001111110011111100111111101000011100011000111111 | 3f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)