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 | 逍滝ク沓 | 11100111100101101001000111101010101110001000110001000010 | e79691eab88c42 |
EUC-JP | 逍滝ク沓 | 1110110111110110110000101110110010001110101110001011011110100011 | edf6c2ec8eb8b7a3 |
UTF-8 | 逍滝ク沓 | 111010011000000010001101111001101011101110011101111011111011110110111000111001101011001010010011 | e9808de6bb9defbdb8e6b293 |
UHC | 逍??沓 | 111000011100111000111111001111111101001111001011 | e1ce3f3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)