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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羞弱き | 111000111011010110001110111000111000001010101011 | e3b58ee382ab |
EUC-JP | 羞弱き | 111001101011011110111100111001011010010010101101 | e6b7bce5a4ad |
UTF-8 | 羞弱き | 111001111011111010011110111001011011110010110001111000111000000110001101 | e7be9ee5bcb1e3818d |
UHC | 羞弱き | 111000101011101011100101101100001010101010101101 | e2bae5b0aaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)