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 | 100100100100100010010001101011101001000111111110100100100101010101000010 | 924891ae91fe925542 |
SJIS-WIN | ?H?????UB | 001111110100100000111111001111110011111100111111001111110101010101000010 | 3f483f3f3f3f3f5542 |
EUC-JP | ?H?®?þ?UB | 00111111010010000011111110001111101000101110111000111111100011111010100111010000001111110101010101000010 | 3f483f8fa2ee3f8fa9d03f5542 |
UTF-8 | H®þUB | 110000101001001001001000110000101001000111000010101011101100001010010001110000111011111011000010100100100101010101000010 | c29248c291c2aec291c3bec2925542 |
UHC | ?H?®?þ?UB | 0011111101001000001111111010001011100111001111111010100110101101001111110101010101000010 | 3f483fa2e73fa9ad3f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)