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£]] | 1000000101100101100000011010001110000001010111011000000101011101 | 816581a3815d815d |
SJIS-WIN | ?e?£?]?] | 001111110110010100111111100000011001001000111111010111010011111101011101 | 3f653f81923f5d3f5d |
EUC-JP | ?e?£?]?] | 001111110110010100111111101000011111001000111111010111010011111101011101 | 3f653fa1f23f5d3f5d |
UTF-8 | e£]] | 11000010100000010110010111000010100000011100001010100011110000101000000101011101110000101000000101011101 | c28165c281c2a3c2815dc2815d |
UHC | ?e???]?] | 0011111101100101001111110011111100111111010111010011111101011101 | 3f653f3f3f5d3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)