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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澳℡?徇 | 11100000010100111000011110000100001111111001110001101101 | e05387843f9c6d |
EUC-JP | 澳??徇 | 110111111011010000111111001111111101011111001110 | dfb43f3fd7ce |
UTF-8 | 澳℡풄徇 | 111001101011111010110011111000101000010010100001111011011001001010000100111001011011111010000111 | e6beb3e284a1ed9284e5be87 |
UHC | 澳℡풄徇 | 1110011111111110101000101110010110111110100011001110001011011111 | e7fea2e5be8ce2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)