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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 孫測孫測^ | 100100011011011110010001101010101001000110110111100100011010101001011110 | 91b791aa91b791aa5e |
EUC-JP | 孫測孫測^ | 110000101011100111000010101011001100001010111001110000101010110001011110 | c2b9c2acc2b9c2ac5e |
UTF-8 | 孫測孫測^ | 11100101101011011010101111100110101110001010110011100101101011011010101111100110101110001010110001011110 | e5adabe6b8ace5adabe6b8ac5e |
UHC | 孫測孫測^ | 111000011101110111110110101101001110000111011101111101101011010001011110 | e1ddf6b4e1ddf6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)