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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脣緒酋荐 | 1110001111111010100011111000111110001111010101011110010010100110 | e3fa8f8f8f55e4a6 |
EUC-JP | 脣緒酋荐 | 1110011011111100101111011110111110111101101101101110100010101000 | e6fcbdefbdb6e8a8 |
UTF-8 | 脣緒酋荐 | 111010001000010010100011111001111011011110010010111010011000010110001011111010001000110110010000 | e884a3e7b792e9858be88d90 |
UHC | 脣?酋? | 111000101110111000111111111101011101110000111111 | e2ee3ff5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)