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 | 讖灘エ耶。 | 1110011010101001100100111110010110110100100101101110101110100001 | e6a993e5b496eba1 |
EUC-JP | 讖灘エ耶。 | 11101100101010111100011011100111100011101011010011001100111011011000111010100001 | ecabc6e78eb4cced8ea1 |
UTF-8 | 讖灘エ耶。 | 111010001010111010010110111001111000000110011000111011111011110110110100111010001000000010110110111011111011110110100001 | e8ae96e78198efbdb4e880b6efbda1 |
UHC | 讖灘?耶? | 1111001111011001111101111010100000111111111001011010110100111111 | f3d9f7a83fe5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)