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 | 遲ァ}遲ァ{^ | 111001111010110110100111011111011110011110101101101001110111101101011110 | e7ada77de7ada77b5e |
EUC-JP | 遲ァ}遲ァ{^ | 1110111010101111100011101010011101111101111011101010111110001110101001110111101101011110 | eeaf8ea77deeaf8ea77b5e |
UTF-8 | 遲ァ}遲ァ{^ | 111010011000000110110010111011111011110110100111011111011110100110000001101100101110111110111101101001110111101101011110 | e981b2efbda77de981b2efbda77b5e |
UHC | 遲?}遲?{^ | 111100101100000000111111011111011111001011000000001111110111101101011110 | f2c03f7df2c03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)