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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佯??窟泳 | 1001100011010001001111110011111110001100010000011000100101101010 | 98d13f3f8c41896a |
EUC-JP | 佯??窟泳 | 1101000011010011001111110011111110110111101000101011000111001011 | d0d33f3fb7a2b1cb |
UTF-8 | 佯얠떜窟泳 | 111001001011110110101111111011001001011010100000111010111001011010011100111001111010101010011111111001101011001110110011 | e4bdafec96a0eb969ce7aa9fe6b3b3 |
UHC | 佯얠떜窟泳 | 11100101101110101011111011101100100010111011001011001111110111111110011110110110 | e5babeec8bb2cfdfe7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)