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 | 袱先カ碁ス | 1110010111011110100100001110011010110110100011001110100110111101 | e5de90e6b68ce9bd |
EUC-JP | 袱先カ碁ス | 11101010111000001100000011101000100011101011011010111000111010111000111010111101 | eae0c0e88eb6b8eb8ebd |
UTF-8 | 袱先カ碁ス | 111010001010001010110001111001011000010110001000111011111011110110110110111001111010001010000001111011111011110110111101 | e8a2b1e58588efbdb6e7a281efbdbd |
UHC | ?先?碁? | 00111111111000001011101100111111110100011011001100111111 | 3fe0bb3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)