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 | ¹ûÚí±ì | 101110011111101111011010111011011011000111101100 | b9fbdaedb1ec |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ?ûÚí±ì | 001111111000111110101011111001011000111110101010111000101000111110101011101111111010000111011110100011111010101111000000 | 3f8fabe58faae28fabbfa1de8fabc0 |
UTF-8 | ¹ûÚí±ì | 110000101011100111000011101110111100001110011010110000111010110111000010101100011100001110101100 | c2b9c3bbc39ac3adc2b1c3ac |
UHC | ¹???±? | 1010100111110110001111110011111100111111101000011011111000111111 | a9f63f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)