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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 縡?伊逗?B | 111000110111000100111111100010001100100110010000100000000011111101000010 | e3713f88c990803f42 |
EUC-JP | 縡?伊逗汶B | 1110010111010010001111111011000011001011101111111110000010001111110001101110010101000010 | e5d23fb0cbbfe08fc6e542 |
UTF-8 | 縡렕伊逗汶B | 11100111101110001010000111101011101000001001010111100100101111001000101011101001100000001001011111100110101100011011011001000010 | e7b8a1eba095e4bc8ae98097e6b1b642 |
UHC | 縡렕伊逗汶B | 1110111010101101100011101010101011101100101001011101010011101000110110101010000101000010 | eead8eaaeca5d4e8daa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)