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 | H®°B | 10010010010010001001000110101110100100011011000001000010 | 924891ae91b042 |
SJIS-WIN | ?H???°B | 0011111101001000001111110011111100111111100000011000101101000010 | 3f483f3f3f818b42 |
EUC-JP | ?H?®?°B | 00111111010010000011111110001111101000101110111000111111101000011110101101000010 | 3f483f8fa2ee3fa1eb42 |
UTF-8 | H®°B | 110000101001001001001000110000101001000111000010101011101100001010010001110000101011000001000010 | c29248c291c2aec291c2b042 |
UHC | ?H?®?°B | 001111110100100000111111101000101110011100111111101000011100011001000010 | 3f483fa2e73fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)