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 | àÕ׺ | 111000001101010110001110110101111000111010111010 | e0d58ed78eba |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | àÕ?×?º | 10001111101010111010001010001111101010101101100000111111101000011101111100111111100011111010001011101011 | 8faba28faad83fa1df3f8fa2eb |
UTF-8 | àÕ׺ | 110000111010000011000011100101011100001010001110110000111001011111000010100011101100001010111010 | c3a0c395c28ec397c28ec2ba |
UHC | ???×?º | 0011111100111111001111111010000110111111001111111010100010101100 | 3f3f3fa1bf3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)