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 | 銓碑崟菫 | 1110011111110010100101001110100010011011101111101110010010111111 | e7f294e89bbee4bf |
EUC-JP | 銓碑崟菫 | 1110111011110100110010001110101011010110110000001110100011000001 | eef4c8ead6c0e8c1 |
UTF-8 | 銓碑崟菫 | 111010011000101010010011111001111010001010010001111001011011010010011111111010001000111110101011 | e98a93e7a291e5b49fe88fab |
UHC | 銓碑?菫 | 11101111101100001101110111111000001111111101000011001011 | efb0ddf83fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)