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 | 嶬怡嶬悳^ | 100110111101001010011100011111011001101111010010100111000111101101011110 | 9bd29c7d9bd29c7b5e |
EUC-JP | 嶬怡嶬悳^ | 110101101101010011010111110111101101011011010100110101111101110001011110 | d6d4d7ded6d4d7dc5e |
UTF-8 | 嶬怡嶬悳^ | 11100101101101101010110011100110100000001010000111100101101101101010110011100110100000101011001101011110 | e5b6ace680a1e5b6ace682b35e |
UHC | ?怡?悳^ | 00111111111011001010111000111111110100111110110101011110 | 3fecae3fd3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)