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 | ×αì | 11010111110011101011000111101100 | d7ceb1ec |
SJIS-WIN | ×?±? | 100000010111111000111111100000010111110100111111 | 817e3f817d3f |
EUC-JP | ×αì | 10100001110111111000111110101010110000101010000111011110100011111010101111000000 | a1df8faac2a1de8fabc0 |
UTF-8 | ×αì | 1100001110010111110000111000111011000010101100011100001110101100 | c397c38ec2b1c3ac |
UHC | ×?±? | 101000011011111100111111101000011011111000111111 | a1bf3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)