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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 阨医i豢ェP | 11101000100101011000100011100011100000101000100111100110101101001010101001010000 | e89588e38289e6b4aa50 |
EUC-JP | 阨医i豢ェP | 1110111111110101101100001110010110100011111010011110110010110110100011101010101001010000 | eff5b0e5a3e9ecb68eaa50 |
UTF-8 | 阨医i豢ェP | 11101001100110001010100011100101100011001011101111101111101111011000100111101000101100011010001011101111101111011010101001010000 | e998a8e58cbbefbd89e8b1a2efbdaa50 |
UHC | ??i??P | 00111111001111111010001111101001001111110011111101010000 | 3f3fa3e93f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)