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 | 丈ソ写照 | 10001111111001001011111110001110110010101000111111000110 | 8fe4bf8eca8fc6 |
EUC-JP | 丈ソ写照 | 1011111011100110100011101011111110111100110011001011111011001000 | bee68ebfbcccbec8 |
UTF-8 | 丈ソ写照 | 111001001011100010001000111011111011110110111111111001011000011010011001111001111000010110100111 | e4b888efbdbfe58699e785a7 |
UHC | 丈??照 | 111011011101101100111111001111111111000011001110 | eddb3f3ff0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)