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 | 秀?}秀?{^ | 100011110100011100111111011111011000111101000111001111110111101101011110 | 8f473f7d8f473f7b5e |
EUC-JP | 秀?}秀?{^ | 101111011010100000111111011111011011110110101000001111110111101101011110 | bda83f7dbda83f7b5e |
UTF-8 | 秀劣}秀劣{^ | 111001111010011110000000111011111010011010011101011111011110011110100111100000001110111110100110100111010111101101011110 | e7a780efa69d7de7a780efa69d7b5e |
UHC | 秀劣}秀劣{^ | 1110001010110011111001101110101101111101111000101011001111100110111010110111101101011110 | e2b3e6eb7de2b3e6eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)