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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 澳?????? | 1110000001010011001111110011111100111111001111110011111100111111 | e0533f3f3f3f3f3f |
EUC-JP | 澳?????? | 1101111110110100001111110011111100111111001111110011111100111111 | dfb43f3f3f3f3f3f |
UTF-8 | 澳랃슛樂롳숱遼 | 111001101011111010110011111010111001111010000011111011001000101010011011111011111010011010111111111010111010000110110011111011001000100010110001111011111010011110000011 | e6beb3eb9e83ec8a9befa6bfeba1b3ec88b1efa783 |
UHC | 澳랃슛樂롳숱遼 | 1110011111111110100011011110111110111101101110001110100011111001100011101110111110111101101000101110100110101100 | e7fe8defbdb8e8f98eefbda2e9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)