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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 銹㍍[銹㍍[^ | 1110011111110110100001110110001001011011111001111111011010000111011000100101101101011110 | e7f687625be7f687625b5e |
EUC-JP | 銹?[銹?[^ | 111011101111100000111111010110111110111011111000001111110101101101011110 | eef83f5beef83f5b5e |
UTF-8 | 銹㍍[銹㍍[^ | 111010011000101010111001111000111000110110001101010110111110100110001010101110011110001110001101100011010101101101011110 | e98ab9e38d8d5be98ab9e38d8d5b5e |
UHC | 銹?[銹?[^ | 111000101100100000111111010110111110001011001000001111110101101101011110 | e2c83f5be2c83f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)