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 | 炅海}炅海{^ | 1111101101010001100010100100001101111101111110110101000110001010010000110111101101011110 | fb518a437dfb518a437b5e |
EUC-JP | 炅海}炅海{^ | 10001111110010011100101010110011101001000111110110001111110010011100101010110011101001000111101101011110 | 8fc9cab3a47d8fc9cab3a47b5e |
UTF-8 | 炅海}炅海{^ | 111001111000001010000101111001101011010110110111011111011110011110000010100001011110011010110101101101110111101101011110 | e78285e6b5b77de78285e6b5b77b5e |
UHC | 炅海}炅海{^ | 1100110011011101111110101010110101111101110011001101110111111010101011010111101101011110 | ccddfaad7dccddfaad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)