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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 村尊村叩G | 100100011011101010010001101110001001000110111010100100100100000001000111 | 91ba91b891ba924047 |
EUC-JP | 村尊村叩G | 110000101011110011000010101110101100001010111100110000111010000101000111 | c2bcc2bac2bcc3a147 |
UTF-8 | 村尊村叩G | 11100110100111011001000111100101101100001000101011100110100111011001000111100101100011111010100101000111 | e69d91e5b08ae69d91e58fa947 |
UHC | 村尊村叩G | 111101011011110111110000111011101111010110111101110011011011000001000111 | f5bdf0eef5bdcdb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)