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 | 緖約楯緖 | 1111101110001110100101101111000110001111011111001111101110001110 | fb8e96f18f7cfb8e |
EUC-JP | ?約楯? | 001111111100110011110011101111011101110100111111 | 3fccf3bddd3f |
UTF-8 | 緖約楯緖 | 111001111011011110010110111001111011010010000100111001101010010110101111111001111011011110010110 | e7b796e7b484e6a5afe7b796 |
UHC | 緖約楯緖 | 1101111111111101111001011011001111100010111001001101111111111101 | dffde5b3e2e4dffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)