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 | ´\²F | 1001000110110100100100100101110010010001101100101001001001000110 | 91b4925c91b29246 |
SJIS-WIN | ?´?\???F | 001111111000000101001100001111110101110000111111001111110011111101000110 | 3f814c3f5c3f3f3f46 |
EUC-JP | ?´?\???F | 001111111010000110101101001111110101110000111111001111110011111101000110 | 3fa1ad3f5c3f3f3f46 |
UTF-8 | ´\²F | 1100001010010001110000101011010011000010100100100101110011000010100100011100001010110010110000101001001001000110 | c291c2b4c2925cc291c2b2c29246 |
UHC | ?´?\?²?F | 00111111101000101010010100111111010111000011111110101001111101110011111101000110 | 3fa2a53f5c3fa9f73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)