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 | 1111000111100011100011101010010011111011110101011100010011101000101101101100000001000010 | f1e38ea4fbd5c4e8b6c042 |
EUC-JP | ?痔鋠ト雜タB | 00111111101111001010011010001111111001001100011110001110110001001111000010111000100011101100000001000010 | 3fbca68fe4c78ec4f0b88ec042 |
UTF-8 | 痔鋠ト雜タB | 11101110100001011001111011100111100101111001010011101001100010111010000011101111101111101000010011101001100110111001110011101111101111101000000001000010 | ee859ee79794e98ba0efbe84e99b9cefbe8042 |
UHC | ?痔??雜?B | 001111111111011011000000001111110011111111101101110110100011111101000010 | 3ff6c03f3fedda3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)