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 | ?佃? | 00111111100100101100111100111111 | 3f92cf3f |
EUC-JP | ?佃? | 00111111110001001101000100111111 | 3fc4d13f |
UTF-8 | 뤶佃횓 | 111010111010010010110110111001001011110110000011111011011001101010010011 | eba4b6e4bd83ed9a93 |
UHC | 뤶佃횓 | 100011111110010011101110111011001100001110001110 | 8fe4eeecc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)