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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 茹貉茹貉B | 111001001010010111100110101110011110010010100101111001101011100101000010 | e4a5e6b9e4a5e6b942 |
EUC-JP | 茹貉茹貉B | 111010001010011111101100101110111110100010100111111011001011101101000010 | e8a7ecbbe8a7ecbb42 |
UTF-8 | 茹貉茹貉B | 11101000100011001011100111101000101100101000100111101000100011001011100111101000101100101000100101000010 | e88cb9e8b289e88cb9e8b28942 |
UHC | 茹?茹?B | 11100110101010100011111111100110101010100011111101000010 | e6aa3fe6aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)