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 | ??????S | 00111111001111110011111100111111001111110011111101010011 | 3f3f3f3f3f3f53 |
SJIS-WIN | 諢ス轢冗ュ・S | 11100110100001001011110111100111100000001000111111100111101011011010010101010011 | e684bde7808fe7ada553 |
EUC-JP | 諢ス轢冗ュ・S | 11101011111001001000111010111101111011011110000010111110111010011000111010101101100011101010010101010011 | ebe48ebdede0bee98ead8ea553 |
UTF-8 | 諢ス轢冗ュ・S | 11101000101010111010001011101111101111011011110111101000101111011010001011100101100001101001011111101111101111011010110111101111101111011010010101010011 | e8aba2efbdbde8bda2e58697efbdadefbda553 |
UHC | ??轢冗??S | 001111110011111111010101111110011110100110110111001111110011111101010011 | 3f3fd5f9e9b73f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)