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 | 襷御幻 | 111001100100011010001100111001001000110010110110 | e6468ce48cb6 |
EUC-JP | 襷御幻 | 111010111010011110111000111001101011100010111000 | eba7b8e6b8b8 |
UTF-8 | 襷御幻 | 111010001010010110110111111001011011111010100001111001011011100110111011 | e8a5b7e5bea1e5b9bb |
UHC | ?御幻 | 0011111111100101110110011111110010110011 | 3fe5d9fcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)