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 | 銓怜喚邨 | 1110011111110010100101111110010110001010101010111110011110110101 | e7f297e58aabe7b5 |
EUC-JP | 銓怜喚邨 | 1110111011110100110011101110011110110100101011011110111010110111 | eef4cee7b4adeeb7 |
UTF-8 | 銓怜喚邨 | 111010011000101010010011111001101000000010011100111001011001011010011010111010011000001010101000 | e98a93e6809ce5969ae982a8 |
UHC | 銓怜喚邨 | 1110111110110000110101101011101111111100101100001111010110111110 | efb0d6bbfcb0f5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)