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 | 沚?縡?? | 10011111100011010011111111100011011100010011111100111111 | 9f8d3fe3713f3f |
EUC-JP | 沚?縡?? | 11011101111011010011111111100101110100100011111100111111 | dded3fe5d23f3f |
UTF-8 | 沚렡縡렭뤗 | 111001101011001010011010111010111010000010100001111001111011100010100001111010111010000010101101111010111010010010010111 | e6b29aeba0a1e7b8a1eba0adeba497 |
UHC | 沚렡縡렭뤗 | 11110010101011111000111010110010111011101010110110001110101110101000111111000111 | f2af8eb2eead8eba8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)