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 | 懿??怨ゆ | 1001110011110010001111110011111110001001100001011000001011100100 | 9cf23f3f898582e4 |
EUC-JP | 懿??怨ゆ | 1101100011110100001111110011111110110001111001011010010011100110 | d8f43f3fb1e5a4e6 |
UTF-8 | 懿됰쨴怨ゆ | 111001101000011110111111111010111001000010110000111011001010100010110100111001101000000010101000111000111000001010000110 | e687bfeb90b0eca8b4e680a8e38286 |
UHC | 懿됰쨴怨ゆ | 11101011111100111000100111101011101001001000111011101010101100111010101011100110 | ebf389eba48eeab3aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)