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®@UB | 100100100100100010010001101011101001001001000000100100100101010101000010 | 924891ae9240925542 |
SJIS-WIN | ?H???@?UB | 001111110100100000111111001111110011111101000000001111110101010101000010 | 3f483f3f3f403f5542 |
EUC-JP | ?H?®?@?UB | 0011111101001000001111111000111110100010111011100011111101000000001111110101010101000010 | 3f483f8fa2ee3f403f5542 |
UTF-8 | H®@UB | 1100001010010010010010001100001010010001110000101010111011000010100100100100000011000010100100100101010101000010 | c29248c291c2aec29240c2925542 |
UHC | ?H?®?@?UB | 00111111010010000011111110100010111001110011111101000000001111110101010101000010 | 3f483fa2e73f403f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)