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 | 佯??塋 | 100110001101000100111111001111111001101011001000 | 98d13f3f9ac8 |
EUC-JP | 佯??塋 | 110100001101001100111111001111111101010011001010 | d0d33f3fd4ca |
UTF-8 | 佯딈쓻塋 | 111001001011110110101111111010111001010010001000111011001001001110111011111001011010000110001011 | e4bdafeb9488ec93bbe5a18b |
UHC | 佯딈쓻塋 | 1110010110111010100010101110111010011101100101101110011110101011 | e5ba8aee9d96e7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)