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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?紈???B | 0011111110001111110100111100110100111111001111110011111101000010 | 3f8fd3cd3f3f3f42 |
UTF-8 | 뤗紈캀형섞B | 11101011101001001001011111100111101101001000100011101100101110101000000011101101100110001001010111101100100001001001111001000010 | eba497e7b488ecba80ed9895ec849e42 |
UHC | 뤗紈캀형섞B | 1000111111000111111111001011110010101111100011111100011111111100101111001010111101000010 | 8fc7fcbcaf8fc7fcbcaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)