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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迪・驥駆轄 | 111001111000110010100101111010011000011110001011111011001000101010001101 | e78ca5e9878bec8a8d |
EUC-JP | 迪・驥駆轄 | 11101101111011001000111010100101111100011110011110110110111011101011001111101101 | edec8ea5f1e7b6eeb3ed |
UTF-8 | 迪・驥駆轄 | 111010001011111110101010111011111011110110100101111010011010100110100101111010011010011110000110111010001011110110000100 | e8bfaaefbda5e9a9a5e9a786e8bd84 |
UHC | 迪?驥?轄 | 1110111011101000001111111101000111001010001111111111100111011101 | eee83fd1ca3ff9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)