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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 晶諶アノュ\ | 10001111101110111111010011011110111110111010101010110001110010011010110101011100 | 8fbbf4defbaab1c9ad5c |
EUC-JP | 晶?諶アノュ\ | 10111110101111010011111110001111110111101011010110001110101100011000111011001001100011101010110101011100 | bebd3f8fdeb58eb18ec98ead5c |
UTF-8 | 晶諶アノュ\ | 11100110100110011011011011101110100011101000110111101000101010111011011011101111101111011011000111101111101111101000100111101111101111011010110101011100 | e699b6ee8e8de8abb6efbdb1efbe89efbdad5c |
UHC | 晶?諶???\ | 111011111101110000111111111001001010011000111111001111110011111101011100 | efdc3fe4a63f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)