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 | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 晶諶ー漆}B | 1000111110111011111110011100001011111011101010101011000010001110101111010111110101000010 | 8fbbf9c2fbaab08ebd7d42 |
EUC-JP | 晶?諶ー漆}B | 101111101011110100111111100011111101111010110101100011101011000010111100101111110111110101000010 | bebd3f8fdeb58eb0bcbf7d42 |
UTF-8 | 晶諶ー漆}B | 1110011010011001101101101110111010011100100111011110100010101011101101101110111110111101101100001110011010111100100001100111110101000010 | e699b6ee9c9de8abb6efbdb0e6bc867d42 |
UHC | 晶?諶?漆}B | 11101111110111000011111111100100101001100011111111110110110101000111110101000010 | efdc3fe4a63ff6d47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)