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 | 澳??徇 | 111000000101001100111111001111111001110001101101 | e0533f3f9c6d |
EUC-JP | 澳??徇 | 110111111011010000111111001111111101011111001110 | dfb43f3fd7ce |
UTF-8 | 澳뉔숱徇 | 111001101011111010110011111010111000100110010100111011001000100010110001111001011011111010000111 | e6beb3eb8994ec88b1e5be87 |
UHC | 澳뉔숱徇 | 1110011111111110100001111110100110111101101000101110001011011111 | e7fe87e9bda2e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)