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 | 銓碑耳趺 | 1110011111110010100101001110100010001110101010001110011011100101 | e7f294e88ea8e6e5 |
EUC-JP | 銓碑耳趺 | 1110111011110100110010001110101010111100101010101110110011100111 | eef4c8eabcaaece7 |
UTF-8 | 銓碑耳趺 | 111010011000101010010011111001111010001010010001111010001000000010110011111010001011011010111010 | e98a93e7a291e880b3e8b6ba |
UHC | 銓碑耳趺 | 1110111110110000110111011111100011101100101111001101110110111010 | efb0ddf8ecbcddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)