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 | G±®E | 1001001001000111100100011011000110010001101011101001001001000101 | 924791b191ae9245 |
SJIS-WIN | ?G?±???E | 001111110100011100111111100000010111110100111111001111110011111101000101 | 3f473f817d3f3f3f45 |
EUC-JP | ?G?±?®?E | 0011111101000111001111111010000111011110001111111000111110100010111011100011111101000101 | 3f473fa1de3f8fa2ee3f45 |
UTF-8 | G±®E | 1100001010010010010001111100001010010001110000101011000111000010100100011100001010101110110000101001001001000101 | c29247c291c2b1c291c2aec29245 |
UHC | ?G?±?®?E | 00111111010001110011111110100001101111100011111110100010111001110011111101000101 | 3f473fa1be3fa2e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)