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 | µé®µ^ | 100111101011010111101001101011101001111010110101100101001001001001011110 | 9eb5e9ae9eb594925e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??é®????^ | 00111111001111111000111110101011101100011000111110100010111011100011111100111111001111110011111101011110 | 3f3f8fabb18fa2ee3f3f3f3f5e |
UTF-8 | µé®µ^ | 1100001010011110110000101011010111000011101010011100001010101110110000101001111011000010101101011100001010010100110000101001001001011110 | c29ec2b5c3a9c2aec29ec2b5c294c2925e |
UHC | ???®????^ | 00111111001111110011111110100010111001110011111100111111001111110011111101011110 | 3f3f3fa2e73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)