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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 晶諶ァムレB | 10001111101110111111100111010010111110111010101010100111110100011101101001000010 | 8fbbf9d2fbaaa7d1da42 |
EUC-JP | 晶?諶ァムレB | 10111110101111010011111110001111110111101011010110001110101001111000111011010001100011101101101001000010 | bebd3f8fdeb58ea78ed18eda42 |
UTF-8 | 晶諶ァムレB | 11100110100110011011011011101110100111001010110111101000101010111011011011101111101111011010011111101111101111101001000111101111101111101001101001000010 | e699b6ee9cade8abb6efbda7efbe91efbe9a42 |
UHC | 晶?諶???B | 111011111101110000111111111001001010011000111111001111110011111101000010 | efdc3fe4a63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)