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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沚伎??? | 10011111100011011000101011101010001111110011111100111111 | 9f8d8aea3f3f3f |
EUC-JP | 沚伎??? | 11011101111011011011010011101100001111110011111100111111 | ddedb4ec3f3f3f |
UTF-8 | 沚伎렒渴깼 | 111001101011001010011010111001001011110010001110111010111010000010010010111001101011100010110100111010101011100110111100 | e6b29ae4bc8eeba092e6b8b4eab9bc |
UHC | 沚伎렒渴깼 | 11110010101011111101000011101011100011101010011111001010111001001011001010100011 | f2afd0eb8ea7cae4b2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)