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 | ?氓∽皺傲 | 001111111001111110000010100000011110010011100001101100001001100011111100 | 3f9f8281e4e1b098fc |
EUC-JP | ?氓∽皺傲 | 001111111101110111100010101000101110011011100010101100101101000011111110 | 3fdde2a2e6e2b2d0fe |
UTF-8 | 뤗氓∽皺傲 | 111010111010010010010111111001101011000010010011111000101000100010111101111001111001101010111010111001011000001010110010 | eba497e6b093e288bde79abae582b2 |
UHC | 뤗氓∽皺傲 | 10001111110001111101100011101100101000011110111111110101110101001110011111101100 | 8fc7d8eca1eff5d4e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)