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 | 痔焄執 | 1111000111100011100011101010010011111011010101001000111010110111 | f1e38ea4fb548eb7 |
EUC-JP | ?痔焄執 | 0011111110111100101001101000111111001001111000111011110010111001 | 3fbca68fc9e3bcb9 |
UTF-8 | 痔焄執 | 111011101000010110011110111001111001011110010100111001111000010010000100111001011001111110110111 | ee859ee79794e78484e59fb7 |
UHC | ?痔焄執 | 00111111111101101100000011111101101101101111001011111011 | 3ff6c0fdb6f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)