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 | E±®D | 1001001001000101100100011011000110010001101011101001001001000100 | 924591b191ae9244 |
SJIS-WIN | ?E?±???D | 001111110100010100111111100000010111110100111111001111110011111101000100 | 3f453f817d3f3f3f44 |
EUC-JP | ?E?±?®?D | 0011111101000101001111111010000111011110001111111000111110100010111011100011111101000100 | 3f453fa1de3f8fa2ee3f44 |
UTF-8 | E±®D | 1100001010010010010001011100001010010001110000101011000111000010100100011100001010101110110000101001001001000100 | c29245c291c2b1c291c2aec29244 |
UHC | ?E?±?®?D | 00111111010001010011111110100001101111100011111110100010111001110011111101000100 | 3f453fa1be3fa2e73f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)