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 | 驥作桝繞 | 1110100110000111100011011110110010010110100100011110001110000101 | e9878dec9691e385 |
EUC-JP | 驥作桝繞 | 1111000111100111101110101110111011001011111100011110010111100101 | f1e7baeecbf1e5e5 |
UTF-8 | 驥作桝繞 | 111010011010100110100101111001001011110110011100111001101010000110011101111001111011100110011110 | e9a9a5e4bd9ce6a19de7b99e |
UHC | 驥作?繞 | 11010001110010101110110111000010001111111110100110100100 | d1caedc23fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)