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 | ¹@º[ | 1001000110111001100100100100000010010001101110101001001001011011 | 91b9924091ba925b |
SJIS-WIN | ???@???[ | 0011111100111111001111110100000000111111001111110011111101011011 | 3f3f3f403f3f3f5b |
EUC-JP | ???@?º?[ | 00111111001111110011111101000000001111111000111110100010111010110011111101011011 | 3f3f3f403f8fa2eb3f5b |
UTF-8 | ¹@º[ | 1100001010010001110000101011100111000010100100100100000011000010100100011100001010111010110000101001001001011011 | c291c2b9c29240c291c2bac2925b |
UHC | ?¹?@?º?[ | 00111111101010011111011000111111010000000011111110101000101011000011111101011011 | 3fa9f63f403fa8ac3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)