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®@UY | 100100100100100010010001101011101001001001000000100100100101010101011001 | 924891ae9240925559 |
SJIS-WIN | ?H???@?UY | 001111110100100000111111001111110011111101000000001111110101010101011001 | 3f483f3f3f403f5559 |
EUC-JP | ?H?®?@?UY | 0011111101001000001111111000111110100010111011100011111101000000001111110101010101011001 | 3f483f8fa2ee3f403f5559 |
UTF-8 | H®@UY | 1100001010010010010010001100001010010001110000101010111011000010100100100100000011000010100100100101010101011001 | c29248c291c2aec29240c2925559 |
UHC | ?H?®?@?UY | 00111111010010000011111110100010111001110011111101000000001111110101010101011001 | 3f483fa2e73f403f5559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)