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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 炅楽}炅楽{^ | 1111101101010001100010100111100101111101111110110101000110001010011110010111101101011110 | fb518a797dfb518a797b5e |
EUC-JP | 炅楽}炅楽{^ | 10001111110010011100101010110011110110100111110110001111110010011100101010110011110110100111101101011110 | 8fc9cab3da7d8fc9cab3da7b5e |
UTF-8 | 炅楽}炅楽{^ | 111001111000001010000101111001101010010110111101011111011110011110000010100001011110011010100101101111010111101101011110 | e78285e6a5bd7de78285e6a5bd7b5e |
UHC | 炅?}炅?{^ | 110011001101110100111111011111011100110011011101001111110111101101011110 | ccdd3f7dccdd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)