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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ?洧??Y | 00111111100011111100011110110100001111110011111101011001 | 3f8fc7b43f3f59 |
UTF-8 | 뤙洧뤚괄Y | 11101011101001001001100111100110101101001010011111101011101001001001101011101010101101001000010001011001 | eba499e6b4a7eba49aeab48459 |
UHC | 뤙洧뤚괄Y | 100011111100100011101010111110111000111111001001101100001111110101011001 | 8fc8eafb8fc9b0fd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)