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 | 鰒罟}鰒罟{^ | 1110100111010110111000111010100001111101111010011101011011100011101010000111101101011110 | e9d6e3a87de9d6e3a87b5e |
EUC-JP | 鰒罟}鰒罟{^ | 1111001011011000111001101010101001111101111100101101100011100110101010100111101101011110 | f2d8e6aa7df2d8e6aa7b5e |
UTF-8 | 鰒罟}鰒罟{^ | 111010011011000010010010111001111011110110011111011111011110100110110000100100101110011110111101100111110111101101011110 | e9b092e7bd9f7de9b092e7bd9f7b5e |
UHC | 鰒?}鰒?{^ | 110111001110000100111111011111011101110011100001001111110111101101011110 | dce13f7ddce13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)