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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 張?D張?D^ | 100100101010001100111111010001001001001010100011001111110100010001011110 | 92a33f4492a33f445e |
EUC-JP | 張?D張?D^ | 110001001010010100111111010001001100010010100101001111110100010001011110 | c4a53f44c4a53f445e |
UTF-8 | 張퇶D張퇶D^ | 111001011011110010110101111011011000011110110110010001001110010110111100101101011110110110000111101101100100010001011110 | e5bcb5ed87b644e5bcb5ed87b6445e |
UHC | 張퇶D張퇶D^ | 1110110111100101101110000110101101000100111011011110010110111000011010110100010001011110 | ede5b86b44ede5b86b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)