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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | 澳?u澳?~E | 111000000101001100111111011101011110000001010011001111110111111001000101 | e0533f75e0533f7e45 |
EUC-JP | 澳?u澳?~E | 110111111011010000111111011101011101111110110100001111110111111001000101 | dfb43f75dfb43f7e45 |
UTF-8 | 澳빮u澳빮~E | 111001101011111010110011111010111011100110101110011101011110011010111110101100111110101110111001101011100111111001000101 | e6beb3ebb9ae75e6beb3ebb9ae7e45 |
UHC | 澳빮u澳빮~E | 1110011111111110100101011100011101110101111001111111111010010101110001110111111001000101 | e7fe95c775e7fe95c77e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)