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 | 逕梦征 | 111001111001010010011010111010111001000010101010 | e7949aeb90aa |
EUC-JP | 逕梦征 | 111011011111010011010100111011011100000010101100 | edf4d4edc0ac |
UTF-8 | 逕梦征 | 111010011000000010010101111001101010001010100110111001011011111010000001 | e98095e6a2a6e5be81 |
UHC | 逕?征 | 1100110011101111001111111110111111010110 | ccef3fefd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)