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 | 宍炫璽 | 1111000010101110100011101011001111111011010100101000111010100011 | f0ae8eb3fb528ea3 |
EUC-JP | ?宍炫璽 | 0011111110111100101101011000111111001001110100111011110010100101 | 3fbcb58fc9d3bca5 |
UTF-8 | 宍炫璽 | 111011101000000110101101111001011010111010001101111001111000001010101011111001111001001010111101 | ee81ade5ae8de782abe792bd |
UHC | ??炫璽 | 001111110011111111111010110110111101111111011110 | 3f3ffadbdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)