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 | 躡溏}躡溏{^ | 1110011101011001100111111110110101111101111001110101100110011111111011010111101101011110 | e7599fed7de7599fed7b5e |
EUC-JP | 躡溏}躡溏{^ | 1110110110111010110111101110111101111101111011011011101011011110111011110111101101011110 | edbadeef7dedbadeef7b5e |
UTF-8 | 躡溏}躡溏{^ | 111010001011101010100001111001101011101010001111011111011110100010111010101000011110011010111010100011110111101101011110 | e8baa1e6ba8f7de8baa1e6ba8f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)