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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶l?揖 | 10001001100100001000001010001100001111111001011101001011 | 8990828c3f974b |
EUC-JP | 艶l?揖 | 10110001111100001010001111101100001111111100110110101100 | b1f0a3ec3fcdac |
UTF-8 | 艶l쉶揖 | 111010001000100110110110111011111011110110001100111011001000100110110110111001101000111110010110 | e889b6efbd8cec89b6e68f96 |
UHC | 艶l쉶揖 | 1110011011111101101000111110110010011010100011001110101111100111 | e6fda3ec9a8cebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)