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 | 澳??俺? | 11100000010100110011111100111111100010011011010000111111 | e0533f3f89b43f |
EUC-JP | 澳??俺? | 11011111101101000011111100111111101100101011011000111111 | dfb43f3fb2b63f |
UTF-8 | 澳롥읃俺턆 | 111001101011111010110011111010111010000110100101111011001001110110000011111001001011111110111010111011011000010010000110 | e6beb3eba1a5ec9d83e4bfbaed8486 |
UHC | 澳롥읃俺턆 | 11100111111111101000111011100101100111111011101011100101111011111011011001000010 | e7fe8ee59fbae5efb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)