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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 鉗檸Y鉗檸bE | 1110011111100111100111110100010101011001111001111110011110011111010001010110001001000101 | e7e79f4559e7e79f456245 |
EUC-JP | 鉗檸Y鉗檸bE | 1110111011101001110111011010011001011001111011101110100111011101101001100110001001000101 | eee9dda659eee9dda66245 |
UTF-8 | 鉗檸Y鉗檸bE | 111010011000100110010111111001101010101010111000010110011110100110001001100101111110011010101010101110000110001001000101 | e98997e6aab859e98997e6aab86245 |
UHC | 鉗?Y鉗?bE | 110011001100011000111111010110011100110011000110001111110110001001000101 | ccc63f59ccc63f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)