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 | 淏滓谿疲 | 1111101101000010100111111110011011100110101011101001010011100110 | fb429fe6e6ae94e6 |
EUC-JP | 淏滓谿疲 | 100011111100011111011001110111101110100011101100101100001100100011101000 | 8fc7d9dee8ecb0c8e8 |
UTF-8 | 淏滓谿疲 | 111001101011011110001111111001101011101110010011111010001011000010111111111001111001011010110010 | e6b78fe6bb93e8b0bfe796b2 |
UHC | 淏滓谿疲 | 1111101111001000111011101010101111001101101011001111100110101010 | fbc8eeabcdacf9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)