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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 澳??徇? | 11100000010100110011111100111111100111000110110100111111 | e0533f3f9c6d3f |
EUC-JP | 澳??徇? | 11011111101101000011111100111111110101111100111000111111 | dfb43f3fd7ce3f |
UTF-8 | 澳뉔숱徇륯 | 111001101011111010110011111010111000100110010100111011001000100010110001111001011011111010000111111010111010010110101111 | e6beb3eb8994ec88b1e5be87eba5af |
UHC | 澳뉔숱徇륯 | 11100111111111101000011111101001101111011010001011100010110111111001000001010000 | e7fe87e9bda2e2df9050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)