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 | 猷??鎖 | 100101110101000100111111001111111000110110111101 | 97513f3f8dbd |
EUC-JP | 猷??鎖 | 110011011011001000111111001111111011101010111111 | cdb23f3fbabf |
UTF-8 | 猷댄뼳鎖 | 111001111000110010110111111010111000110010000100111010111011110010110011111010011000111010010110 | e78cb7eb8c84ebbcb3e98e96 |
UHC | 猷댄뼳鎖 | 1110101110100011101101001110110110010110101101101110000111110000 | eba3b4ed96b6e1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)