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 | 摯?紋姐 | 10011101100101010011111110010110111001001000100010110111 | 9d953f96e488b7 |
EUC-JP | 摯?紋姐 | 11011001111101010011111111001100111001101011000010111001 | d9f53fcce6b0b9 |
UTF-8 | 摯븅紋姐 | 111001101001000110101111111010111011100010000101111001111011010010001011111001011010011110010000 | e691afebb885e7b48be5a790 |
UHC | 摯븅紋姐 | 1111001010100111101110101110100111011010101000111110111010111011 | f2a7bae9daa3eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)