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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遲ァ邯 | 1110011110101101101001111110011110110110 | e7ada7e7b6 |
EUC-JP | 遲ァ邯 | 111011101010111110001110101001111110111010111000 | eeaf8ea7eeb8 |
UTF-8 | 遲ァ邯 | 111010011000000110110010111011111011110110100111111010011000001010101111 | e981b2efbda7e982af |
UHC | 遲?邯 | 1111001011000000001111111100101011111011 | f2c03fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)