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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 澳??~ | 1110000001010011001111110011111101111110 | e0533f3f7e |
EUC-JP | 澳??~ | 1101111110110100001111110011111101111110 | dfb43f3f7e |
UTF-8 | 澳랃쉬~ | 11100110101111101011001111101011100111101000001111101100100010011010110001111110 | e6beb3eb9e83ec89ac7e |
UHC | 澳랃쉬~ | 11100111111111101000110111101111101111011010110001111110 | e7fe8defbdac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)