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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 國蘚?A國 | 1001101010100000111001010110010000111111010000011001101010100000 | 9aa0e5643f419aa0 |
EUC-JP | 國蘚沕A國 | 11010100101000101110100111000101100011111100011011101110010000011101010010100010 | d4a2e9c58fc6ee41d4a2 |
UTF-8 | 國蘚沕A國 | 11100101100111001000101111101000100110001001101011100110101100101001010101000001111001011001110010001011 | e59c8be8989ae6b29541e59c8b |
UHC | 國蘚沕A國 | 110011111101000011100000110100001101101010101001010000011100111111010000 | cfd0e0d0daa941cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)