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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 秧②?涅?F | 111000100101111010000111010000010011111110011111101110000011111101000110 | e25e87413f9fb83f46 |
EUC-JP | 秧??涅?F | 1110001110111111001111110011111111011110101110100011111101000110 | e3bf3f3fdeba3f46 |
UTF-8 | 秧②윭涅갟F | 11100111101001111010011111100010100100011010000111101100100111001010110111100110101101101000010111101010101100001001111101000110 | e7a7a7e291a1ec9cade6b685eab09f46 |
UHC | 秧②윭涅갟F | 1110010011101011101010001110100010011111101011001110011011101110100000010100110001000110 | e4eba8e89face6ee814c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)