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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宍炫 | 111100001111110010001110101100111111101101010010 | f0fc8eb3fb52 |
EUC-JP | ?宍炫 | 001111111011110010110101100011111100100111010011 | 3fbcb58fc9d3 |
UTF-8 | 宍炫 | 111011101000001010111011111001011010111010001101111001111000001010101011 | ee82bbe5ae8de782ab |
UHC | ??炫 | 00111111001111111111101011011011 | 3f3ffadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)