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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?璽[?璽[^ | 001111111000111010100011010110110011111110001110101000110101101101011110 | 3f8ea35b3f8ea35b5e |
EUC-JP | ?璽[?璽[^ | 001111111011110010100101010110110011111110111100101001010101101101011110 | 3fbca55b3fbca55b5e |
UTF-8 | ⵓ璽[ⵓ璽[^ | 111000101011010110010011111001111001001010111101010110111110001010110101100100111110011110010010101111010101101101011110 | e2b593e792bd5be2b593e792bd5b5e |
UHC | ?璽[?璽[^ | 001111111101111111011110010110110011111111011111110111100101101101011110 | 3fdfde5b3fdfde5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)