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 | 諷び雅淇蠖 | 11100110100001011000001011010001100010011110101110011111101111011110010110111101 | e68582d189eb9fbde5bd |
EUC-JP | 諷び雅淇蠖 | 11101011111001011010010011010011101100101110110111011110101111111110101010111111 | ebe5a4d3b2eddebfeabf |
UTF-8 | 諷び雅淇蠖 | 111010001010101110110111111000111000000110110011111010011001101110000101111001101011011110000111111010001010000010010110 | e8abb7e381b3e99b85e6b787e8a096 |
UHC | 諷び雅淇? | 111110011010010010101010110100111110010010111010110100011010101100111111 | f9a4aad3e4bad1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)